GET /findToken

GET find the token information by the given address

Params

NameLocationTypeRequiredDescription

address

query

string

yes

none

Responses

HTTP Status CodeMeaningDescriptionData schema

200

Success

Inline

Request Example

GET /findToken?address=0x13CB04d4a5Dfb6398Fc5AB005a6c84337256eE23

Response Examples

200 Response

{
  "errno": 0,
  "message": "string",
  "data": [
    {
      "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
    }
  ]
}

Please find all ButterSwap API Reference here.

Last updated