GET /findToken
Request Parameters
Name
Location
Type
Required
Description
Responses Structure
Field
Type
Description
Request Example
GET /findToken?address=0x13CB04d4a5Dfb6398Fc5AB005a6c84337256eE23Response Examples
{
"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
}
]
}Last updated