latestSwagger 2.02026-08-17423344.4 KB

3f676effe339

Chain

Get supported chain list

get/v1/chain/list

Response

return chain list

idstring

chain id

community_idinteger

Community-identified id

namestring
logo_urlstring
native_token_idstring

native token

wrapped_token_idstring

the erc20-wrapped of native token

is_support_balance_changeboolean

Whether or not the chain support token balance

Example response

[
  {
    "id": "eth",
    "community_id": 1,
    "name": "Ethereum",
    "logo_url": "https://static.debank.com/image/chain/logo_url/eth/6e0cd1f895af9836ee8c32cfc03bc279.png",
    "native_token_id": "eth",
    "wrapped_token_id": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
    "is_support_balance_change": true
  }
]