GET /queryTokenList

GET get all the tokens information that Butter Router supports

Params

Name

Location

Type

Required

Description

network

query

string

yes

none

page

query

number

yes

none

size

query

number

yes

none

Responses

HTTP Status Code

Meaning

Description

Data schema

200

Success

Inline

Response Example

200 Response

{
  "errno": 0,
  "message": "string",
  "data": [
    {
      "id": 22776,
      "chainId": 22776,
      "address": "0x0000000000000000000000000000000000000000",
      "blockchainNetwork": "22776",
      "coingeckoId": "",
      "decimals": 18,
      "image": "https://cdn.befiwalletdao.com/image/icon_local_map_checked_3gfyyv.png",
      "name": "MAPO",
      "rank": 0,
      "symbol": "MAPO",
      "tokenSecurity": null,
      "usdprice": 0,
      "usedIniframe": 0
    },
    {
      "id": 22776,
      "chainId": 22776,
      "address": "0x05aB928d446d8ce6761e368c8e7bE03C3168A9ec",
      "blockchainNetwork": "22776",
      "coingeckoId": "",
      "decimals": 18,
      "image": "https://s3.amazonaws.com/map-static-file/mapSwap/ethereum/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/logo.png",
      "name": "Mapped Wrapped Ether",
      "rank": 0,
      "symbol": "WETH",
      "tokenSecurity": null,
      "usdprice": 0,
      "usedIniframe": 0
    },
    {
      "id": 22776,
      "chainId": 22776,
      "address": "0x9f722b2cb30093f766221Fd0d37964949ed66918",
      "blockchainNetwork": "22776",
      "coingeckoId": "",
      "decimals": 18,
      "image": "https://s3.amazonaws.com/map-static-file/mapSwap/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48/logo.png",
      "name": "Mapped USD Coin",
      "rank": 0,
      "symbol": "USDC",
      "tokenSecurity": null,
      "usdprice": 0,
      "usedIniframe": 0
    },
    {
      "id": 22776,
      "chainId": 22776,
      "address": "0x13CB04d4a5Dfb6398Fc5AB005a6c84337256eE23",
      "blockchainNetwork": "22776",
      "coingeckoId": "",
      "decimals": 18,
      "image": "https://cdn.befiwalletdao.com/image/icon_local_map_checked_3gfyyv.png",
      "name": "Wrapped MAP",
      "rank": 0,
      "symbol": "WMAPO",
      "tokenSecurity": null,
      "usdprice": 0,
      "usedIniframe": 0
    },
    {
      "id": 22776,
      "chainId": 22776,
      "address": "0x33DAba9618a75a7AFf103e53AfE530FbAcF4A3DD",
      "blockchainNetwork": "22776",
      "coingeckoId": "",
      "decimals": 18,
      "image": "https://files.mapprotocol.io/bridge/usdt.png",
      "name": "Mapped USDT",
      "rank": 0,
      "symbol": "USDT",
      "tokenSecurity": null,
      "usdprice": 0,
      "usedIniframe": 0
    }
  ]
}

Last updated