GET /queryChainList

GET get all the blockchains information that Butter Router supports

Responses

HTTP Status Code

Meaning

Description

Data schema

200

Success

Inline

Response Example

200 Response

{
  "errno": 0,
  "message": "string",
  "data": [
    {
      "id": 1,
      "chainId": "1",
      "chainType": "EVM",
      "coin": "ETH",
      "key": "1",
      "logoUri": "https://s3.amazonaws.com/map-static-file/mapSwap/ethereum.svg",
      "mainnet": 1,
      "metamask": "{\"chainName\":\"Ethereum Mainnet\",\"blockExplorerUrls\":[\"https://etherscan.io/\"],\"chainId\":\"0x1\",\"nativeCurrency\":{\"symbol\":\"ETH\",\"decimals\":18,\"name\":\"ETH\"},\"rpcUrls\":[\"https://rpc.ankr.com/eth\"]}",
      "multicallAddress": "0xcA11bde05977b3631167028862bE2a173976CA11",
      "name": "Ethereum",
      "nativeToken": "{\"symbol\":\"ETH\",\"address\":\"0x0000000000000000000000000000000000000000\",\"coinKey\":\"ETH\",\"priceUSD\":\"\",\"chainId\":1,\"decimals\":18,\"name\":\"ETH\",\"logoURI\":\"https://static.debank.com/image/token/logo_url/eth/935ae4e4d1d12d59a99717a24f2540b5.png\"}",
      "tokenlistUrl": "https://gateway.ipfs.io/ipns/tokens.uniswap.org"
    },
    {
      "id": 22776,
      "chainId": "22776",
      "chainType": "EVM",
      "coin": "MAPO",
      "key": "22776",
      "logoUri": "https://cdn.befiwalletdao.com/image/icon_local_map_checked_3gfyyv.png",
      "mainnet": 1,
      "metamask": "{\"chainName\":\"MAP Relay Chain Mainnet\",\"blockExplorerUrls\":[\"https://maposcan.io/\"],\"chainId\":\"0x58F8\",\"nativeCurrency\":{\"symbol\":\"MAPO\",\"decimals\":18,\"name\":\"MAPO\"},\"rpcUrls\":[\"https://poc3-rpc.maplabs.io/\"]}",
      "multicallAddress": "",
      "name": "MAP Relay Chain",
      "nativeToken": "{\"symbol\":\"MAPO\",\"address\":\"0x0000000000000000000000000000000000000000\",\"coinKey\":\"MAPO\",\"priceUSD\":\"\",\"chainId\":22776,\"decimals\":18,\"name\":\"MAPO\",\"logoURI\":\"https://cdn.befiwalletdao.com/image/icon_local_map_checked_3gfyyv.png\"}",
      "tokenlistUrl": ""
    },
    {
      "id": 56,
      "chainId": "56",
      "chainType": "EVM",
      "coin": "BNB",
      "key": "56",
      "logoUri": "https://s3.amazonaws.com/map-static-file/mapSwap/bsc.svg",
      "mainnet": 1,
      "metamask": "{\"chainName\":\"Binance Smart Chain Mainnet\",\"blockExplorerUrls\":[\"https://bscscan.com/\"],\"chainId\":\"0x38\",\"nativeCurrency\":{\"symbol\":\"BNB\",\"decimals\":18,\"name\":\"BNB\"},\"rpcUrls\":[\"https://bsc-dataseed.binance.org/\",\"https://bsc-dataseed1.defibit.io/\",\"https://bsc-dataseed1.ninicoin.io/\"]}",
      "multicallAddress": "0xcA11bde05977b3631167028862bE2a173976CA11",
      "name": "BNB",
      "nativeToken": "{\"symbol\":\"BNB\",\"address\":\"0x0000000000000000000000000000000000000000\",\"coinKey\":\"BNB\",\"priceUSD\":\"\",\"chainId\":56,\"decimals\":18,\"name\":\"BNB\",\"logoURI\":\"https://s3.amazonaws.com/map-static-file/mapSwap/binance-smart-chain/0x0000000000000000000000000000000000000000/logo.png\"}",
      "tokenlistUrl": "https://tokens.pancakeswap.finance/pancakeswap-extended.json"
    }
  ]
}

Last updated