Supported Chains
Returns the EVM chains for which Hinkal exposes a curated set of supported tokens (the same chains served by /supported-tokens). Solana and Tron are not included.
Responses
200
Supported chains
application/json
500
Server error
application/json
get/supported-chains
GET /supported-chains HTTP/1.1
Host: api.hinkal.io
Accept: */*
{
"success": true,
"chains": [
{
"chainId": 1,
"name": "Ethereum"
},
{
"chainId": 10,
"name": "Optimism"
},
{
"chainId": 137,
"name": "Polygon"
},
{
"chainId": 8453,
"name": "Base"
},
{
"chainId": 42161,
"name": "Arbitrum One"
}
]
}Last updated