List Chains
Get a list of supported blockchains.
Query parameters
The page number to fetch.
The page number to fetch.
The number of items per page.
The number of items per page.
Whether to skip counting the total number of items.
Whether to skip counting the total number of items.
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 all chains in the response.
Include all chains in the response.
Response
Successful Response
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"
}
}
]
}Changes
Changed in 2 of the 7 revisions of this API.122
- ▲
added
EnrichedRippleChainto thechains/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added the enum value
rippleto the propertyitems/of thequeryrequest parameterchain_typesrequest-parameter-property-enum-value-added
- ○
added
ripplediscriminator mapping keys to thechains/items/response property for the response status200response-property-discriminator-mapping-added
- ▲
- ●
added the new
exchange_paxosenum value to thechains/items/oneOf[subschema #6: EnrichedExchangeChain]/unique_idresponse property for the response status200response-property-enum-value-added
- ●
added the new
ton_testnetenum value to thechains/items/oneOf[subschema #12: EnrichedTonChain]/unique_idresponse property for the response status200response-property-enum-value-added
- ●