v1
Querying A Token
Query the information of a token by token and chain
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"code": 0,
"msg": "success",
"data": {
"circulating_supply": "4955628.4467802495",
"market_cap": "1962256580.003493771825708883",
"high_24h": "402.70076072930874",
"low_24h": "377.9810366034385",
"volume_24h": "82679812.507945315148",
"tx_count_24h": "110522",
"amount_24h": "211743.924285855192726511",
"turnover_24h": "83843232.63291363742234131909",
"total_supply": "4955628.4467802495",
"price": "395.9652344958192",
"token": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"chain": "bsc",
"symbol": "WBNB",
"decimal": 18,
"name": "Wrapped BNB",
"holders": 1331634,
"intro_cn": "",
"intro_en": "",
"price_change": "3.97",
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/7192.png",
"risk_level": 1,
"risk_info": null,
"appendix": "{\"contractAddress\": \"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c\", \"tokenName\": \"Wrapped BNB\", \"symbol\": \"WBNB\", \"divisor\": \"18\", \"tokenType\": \"ERC20\", \"totalSupply\": \"7133547.389744000000000000\", \"blueCheckmark\": \"true\", \"description\": \"As the native coin of Binance Chain, BNB has multiple use cases: fueling transactions on the Chain, paying for transaction fees on Binance Exchange, making in-store payments, and many more.\", \"website\": \"https://www.binance.org/\", \"email\": \"[email protected]\", \"blog\": \"https://www.binance.org/en/blog/\", \"reddit\": \"https://www.reddit.com/r/binanceexchange\", \"slack\": \"\", \"facebook\": \"\", \"twitter\": \"https://twitter.com/binance_dex\", \"bitcointalk\": \"\", \"github\": \"https://github.com/binance-chain/\", \"telegram\": \"https://t.me/BinanceDEXchange\", \"wechat\": \"\", \"linkedin\": \"\", \"discord\": \"\", \"whitepaper\": \"\", \"tokenPriceUSD\": \"314.5930168927\"}"
}
}Searching Tokens
Search for the tokens associated with given keyword
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying Pairs
Query the information of pairs associated with a token
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying K-Line
Query the data of K-Line of a pair with a specific time interval
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying Transactions
Query transactions of a specific pair
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying Liquidities
Query liquidities of a specific pair
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying Pair List of An AMM
Query the pair list of a specific amm
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Querying Contract Check
Query the check result of a specific contract
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated