# `FireblocksSdk.Api.Blockchain`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/blockchain.ex#L1)

# `get`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/blockchain.ex#L27)

The ID or legacyId of the blockchain

# `list`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/blockchain.ex#L12)

Returns all blockchains supported by Fireblocks.

Options:
* `:protocol` (`t:String.t/0`) - The blockchain protocol

* `:deprecated` (`t:boolean/0`) - Is blockchain deprecated

* `:test` (`t:boolean/0`) - Is test blockchain

* `:ids` (list of `t:String.t/0`) - A list of blockchain IDs (max 100)

* `:pageCursor` (`t:String.t/0`) - Page cursor to fetch

* `:pageSize` (`t:non_neg_integer/0`) - Items per page (max 500)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
