v1
latestOpenAPI 3.1.02026-07-26125028.4 KBGet all the supported chains and assets.
get/chains
Query parameters
(Optional) Asset filter.
Response
Object with supported chains and assets.
Example response
{
"result": [
{
"name": "Arbitrum",
"native_asset_id": "arbitrum:eth",
"assets": [
{
"decimals": 8,
"price": 1
}
]
}
]
}