v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
Blockchains

List Chains

Get a list of supported blockchains.

get/api/v1/blockchains

Query parameters

pageinteger

The page number to fetch.

The page number to fetch.

sizeinteger

The number of items per page.

The number of items per page.

skip_countboolean

Whether to skip counting the total number of items.

Whether to skip counting the total number of items.

chain_typesChainType[]
sourcesChainSource[]

The source of the chain. Can be:<ul><li>default: Chains with built-in support on Fordefi's platform.<li>custom: User-added chains with support on Fordefi's platform.</ul>

The source of the chain. Can be:<ul><li>default: Chains with built-in support on Fordefi's platform.<li>custom: User-added chains with support on Fordefi's platform.</ul>

include_mainnetsboolean
include_testnetsboolean
include_exchangesboolean
show_allboolean

Include all chains in the response.

Include all chains in the response.

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Example response

{
  "chains": [
    {
      "native_currency_symbol": "ETH",
      "native_currency_name": "Ether",
      "blockchain_explorer": {
        "transaction_url": "https://etherscan.io/tx/",
        "address_url": "https://etherscan.io/address/",
        "root_url": "https://etherscan.io/",
        "transaction_format_url": "https://etherscan.io/tx/%s",
        "address_format_url": "https://etherscan.io/address/%s",
        "asset_format_url": "https://etherscan.io/address/%s"
      }
    }
  ]
}
All 75 operations