v1
latestOpenAPI 3.0.32026-07-2210020.3 KBDiscovery
List supported chains
Returns all chains supported by the Value Transfer API, including chain type and native currency information.
get/chains
Response
Successfully retrieved chain list
Example response
{
"chains": [
{
"name": "Ethereum",
"shortName": "ETH",
"chainKey": "ethereum",
"chainType": "EVM",
"chainId": 1
},
{
"name": "Arbitrum",
"shortName": "ARB",
"chainKey": "arbitrum",
"chainType": "EVM",
"chainId": 42161
},
{
"name": "Solana",
"shortName": "SOL",
"chainKey": "solana",
"chainType": "SOLANA",
"chainId": 0
}
],
"pagination": {}
}