Query Token Info Skill
Overview
| API |
Function |
Use Case |
| Token Search |
Search tokens |
Find tokens by name, symbol, or contract address |
| Token Metadata |
Static info |
Get token details, name, symbol, logo, social links, creator address |
| Token Dynamic Data |
Real-time market data |
Price, volume, holders, liquidity, market cap |
| Token K-Line |
Candlestick charts |
OHLCV data for technical analysis |
Use Cases
- Search Tokens: Find tokens by name, symbol, or contract address across chains
- Project Research: Get token metadata, social links, and creator info
- Market Analysis: Real-time price, volume, holder distribution, and liquidity data
- Chart Analysis: K-Line candlestick data for technical analysis
Supported Chains
| Chain Name |
chainId |
| BSC |
56 |
| Base |
8453 |
| Solana |
CT_501 |
API 1: Token Search
Method: GET
URL:
https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search
Request Parameters:
| Parameter |
Type |
Required |
Description |
| keyword |
string |
Yes |
Search keyword (name/symbol/contract address) |
| chainIds |
string |
No |
Chain ID list, comma-separated, e.g., 56,8453,CT_501 |
| orderBy |
string |
No |
Sort field, e.g., volume24h |
Request Headers:
Accept-Encoding: identity
Example Request:
curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search?keyword=xxx&chainIds=56,8453,CT_501&orderBy=volume24h' \
--header 'Accept-Encoding: identity'
Response Example:
{
"code": "000000",
"data": [
{
"chainId": "56",
"contractAddress": "0x1234...",
"tokenId": "CC1F457...",
"name": "Token",
"symbol": "symbol of token",
"icon": "/images/web3-data/public/token/logos/xxx.png",
"price": "47.98771375939603199404",
"percentChange24h": "-0.01",
"volume24h": "53687246.955803546359104902201",
"marketCap": "162198400",
"liquidity": "13388877.147327333572157",
"tokenAddresses": [],
"tagsInfo": {
"AI Analysis": [{"tagName": "AI Widget", "languageKey": "wmp-label-title-ai-widget"}],
"Community Recognition Level": [{"tagName": "Alpha", "languageKey": "wmp-label-title-alpha"}]
},
"links": [
{"label": "website", "link": "https://www.web.site/"},
{"label": "x", "link": "https://twitter.com/..."}
],
"createTime": 1600611727000,
"holdersTop10Percent": "93.267178480644823",
"riskLevel": null
}
],
"success": true
}
Response Fields:
| Field |
Type |
Description |
| chainId |
string |
Chain ID |
| contractAddress |
string |
Contract address |
| tokenId |
string |
Token unique ID |
| name |
string |
Token name |
| symbol |
string |
Token symbol |
| icon |
string |
Icon URL path |
| price |
string |
Current price (USD) |
| percentChange24h |
string |
24-hour price change (%) |
| volume24h |
string |
24-hour trading volume (USD) |
| marketCap |
string |
Market cap (USD) |
| liquidity |
string |
Liquidity (USD) |
| tagsInfo |
object |
Tag information |
| links |
array |
Social links list |
| createTime |
number |
Creation timestamp (ms) |
| holdersTop10Percent |
string |
Top 10 holders percentage (%) |
API 2: Token Metadata
Method: GET
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/dex/market/token/meta/info
Request Parameters:
| Parameter |
Type |
Required |
Description |
| chainId |
string |
Yes |
Chain ID |
| contractAddress |
string |
Yes |
Token contract address |
Request Headers:
Accept-Encoding: identity
Example Request:
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/dex/market/token/meta/info?chainId=56&contractAddress=0x55d398326f99059ff775485246999027b3197955' \
--header 'Accept-Encoding: identity'
Response Example:
{
"code": "000000",
"data": {
"tokenId": "CC1F457B",
"name": "name of Token",
"symbol": "symbol of token",
"chainId": "56",
"chainIconUrl": "https://bin.bnbstatic.com/image/admin_mgs_image_upload/20250228/d0216ce4-a3e9-4bda-8937-4a6aa943ccf2.png",
"chainName": "BSC",
"contractAddress": "0x55d398326f99059ff775485246999027b3197955",
"decimals": 18,
"icon": "/images/web3-data/public/token/logos/xxx.png",
"nativeAddressFlag": false,
"aiNarrativeFlag": 1,
"links": [
{"label": "website", "link": "https://www.web.site/"},
{"label": "whitepaper", "link": "https://drive.google.com/file/d/..."},
{"label": "x", "link": "https://twitter.com/..."}
],
"previewLink": {
"website": ["https://www.web.site/"],
"x": ["https://twitter.com/..."],
"tg": []
},
"createTime": 1600611727000,
"creatorAddress": "0x1234...",
"auditInfo": {
"isBlacklist": false,
"isWhitelist": true
},
"description": "this is a good token..."
},
"success": true
}
Response Fields:
| Field |
Type |
Description |
| tokenId |
string |
Token unique ID |
| name |
string |
Token name |
| symbol |
string |
Token symbol |
| chainId |
string |
Chain ID |
| chainName |
string |
Chain name |
| contractAddress |
string |
Contract address |
| decimals |
number |
Token decimals |
| icon |
string |
Icon URL path |
| links |
array |
Social links list |
| createTime |
number |
Creation timestamp (ms) |
| creatorAddress |
string |
Creator address |
| description |
string |
Token description |
API 3: Token Dynamic Data
Method: GET
URL:
https://web3.binance.com/bapi/defi/v4/public/wallet-direct/buw/wallet/market/token/dynamic/info
Request Parameters:
| Parameter |
Type |
Required |
Description |
| chainId |
string |
Yes |
Chain ID |
| contractAddress |
string |
Yes |
Token contract address |
Request Headers:
Accept-Encoding: identity
Example Request:
curl --location 'https://web3.binance.com/bapi/defi/v4/public/wallet-direct/buw/wallet/market/token/dynamic/info?chainId=56&contractAddress=0x55d398326f99059ff775485246999027b3197955' \
--header 'Accept-Encoding: identity'
Response Fields:
Price Related
| Field |
Type |
Description |
| price |
string |
Current price (USD) |
| nativeTokenPrice |
string |
Native token price |
| priceHigh24h |
string |
24-hour high price |
| priceLow24h |
string |
24-hour low price |
Price Change
| Field |
Type |
Description |
| percentChange5m |
string |
5-minute price change (%) |
| percentChange1h |
string |
1-hour price change (%) |
| percentChange4h |
string |
4-hour price change (%) |
| percentChange24h |
string |
24-hour price change (%) |
Volume
| Field |
Type |
Description |
| volume24h |
string |
24-hour total volume (USD) |
| volume24hBuy |
string |
24-hour buy volume |
| volume24hSell |
string |
24-hour sell volume |
| volume4h |
string |
4-hour volume |
| volume1h |
string |
1-hour volume |
| volume5m |
string |
5-minute volume |
Transaction Count
| Field |
Type |
Description |
| count24h |
string |
24-hour transaction count |
| count24hBuy |
string |
24-hour buy count |
| count24hSell |
string |
24-hour sell count |
Market Data
| Field |
Type |
Description |
| marketCap |
string |
Market cap (USD) |
| fdv |
string |
Fully diluted valuation |
| totalSupply |
string |
Total supply |
| circulatingSupply |
string |
Circulating supply |
| liquidity |
string |
Liquidity (USD) |
Holder Data
| Field |
Type |
Description |
| holders |
string |
Total holder count |
| top10HoldersPercentage |
string |
Top 10 holders percentage (%) |
| kycHolderCount |
string |
KYC holder count |
| kolHolders |
string |
KOL holder count |
| kolHoldingPercent |
string |
KOL holding percentage |
| devHoldingPercent |
string |
Dev holding percentage |
| proHoldingPercent |
string |
Professional investor holding percentage |
| smartMoneyHoldingPercent |
string |
Smart money holding percentage |
API 4: Token K-Line (Candlestick)
Method: GET
URL:
https://dquery.sintral.io/u-kline/v1/k-line/candles
Request Parameters:
| Parameter |
Type |
Required |
Description |
| address |
string |
Yes |
Token contract address |
| platform |
string |
Yes |
Chain platform: eth, bsc, solana, base |
| interval |
string |
Yes |
Kline interval (see Interval Reference below) |
| limit |
number |
No |
Number of candles to return (has higher priority than from) |
| from |
number |
No |
Start timestamp in milliseconds |
| to |
number |
No |
End timestamp in milliseconds |
| pm |
string |
No |
Kline type: p for price, m for market cap (default: p) |
Interval Reference:
| Interval |
Description |
| 1s |
1 second |
| 1min |
1 minute |
| 3min |
3 minutes |
| 5min |
5 minutes |
| 15min |
15 minutes |
| 30min |
30 minutes |
| 1h |
1 hour |
| 2h |
2 hours |
| 4h |
4 hours |
| 6h |
6 hours |
| 8h |
8 hours |
| 12h |
12 hours |
| 1d |
1 day |
| 3d |
3 days |
| 1w |
1 week |
| 1m |
1 month |
Platform Mapping:
| Chain |
platform value |
| Ethereum |
eth |
| BSC |
bsc |
| Solana |
solana |
| Base |
base |
Request Headers:
Accept-Encoding: identity
Example Request:
curl --location 'https://dquery.sintral.io/u-kline/v1/k-line/candles?address=0x55d398326f99059ff775485246999027b3197955&interval=1min&limit=500&platform=bsc&to=1772126280000' \
--header 'Accept-Encoding: identity'
Response Fields:
Each candle is an array with 7 elements in order:
| Index |
Field |
Type |
Description |
| 0 |
open |
number |
Open price |
| 1 |
high |
number |
High price |
| 2 |
low |
number |
Low price |
| 3 |
close |
number |
Close price |
| 4 |
volume |
number |
Trading volume |
| 5 |
timestamp |
number |
Candle timestamp (ms) |
| 6 |
count |
number |
Transaction count |
Notes
- Icon URL requires full domain prefix:
https://bin.bnbstatic.com + icon path
- Numeric fields are often strings, convert when needed
- Dynamic data updates in real time, suitable for market display
- K-Line API uses
platform (eth/bsc/solana/base) instead of chainId, and limit takes priority over from when both are provided
- K-Line response is a 2D array (not JSON objects):
[open, high, low, close, volume, timestamp, count]
1---2name: query-token-info3description: Use this skill when searching or researching tokens by keyword, contract address, or chain, including metadata, social links, real-time market data, holder/liquidity signals, and K-line candlestick data.4---56# Query Token Info Skill78## Overview910| API | Function | Use Case |11|-----|----------|----------|12| Token Search | Search tokens | Find tokens by name, symbol, or contract address |13| Token Metadata | Static info | Get token details, name, symbol, logo, social links, creator address |14| Token Dynamic Data | Real-time market data | Price, volume, holders, liquidity, market cap |15| Token K-Line | Candlestick charts | OHLCV data for technical analysis |1617## Use Cases18191. **Search Tokens**: Find tokens by name, symbol, or contract address across chains202. **Project Research**: Get token metadata, social links, and creator info213. **Market Analysis**: Real-time price, volume, holder distribution, and liquidity data224. **Chart Analysis**: K-Line candlestick data for technical analysis2324## Supported Chains2526| Chain Name | chainId |27|------------|---------|28| BSC | 56 |29| Base | 8453 |30| Solana | CT_501 |3132---3334## API 1: Token Search3536### Method: GET3738**URL**:39`https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search`4041**Request Parameters**:4243| Parameter | Type | Required | Description |44|-----------|------|----------|-------------|45| keyword | string | Yes | Search keyword (name/symbol/contract address) |46| chainIds | string | No | Chain ID list, comma-separated, e.g., `56,8453,CT_501` |47| orderBy | string | No | Sort field, e.g., `volume24h` |4849**Request Headers**:50```text51Accept-Encoding: identity52```5354**Example Request**:55```bash56curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search?keyword=xxx&chainIds=56,8453,CT_501&orderBy=volume24h' \57--header 'Accept-Encoding: identity'58```5960**Response Example**:61```json62{63 "code": "000000",64 "data": [65 {66 "chainId": "56",67 "contractAddress": "0x1234...",68 "tokenId": "CC1F457...",69 "name": "Token",70 "symbol": "symbol of token",71 "icon": "/images/web3-data/public/token/logos/xxx.png",72 "price": "47.98771375939603199404",73 "percentChange24h": "-0.01",74 "volume24h": "53687246.955803546359104902201",75 "marketCap": "162198400",76 "liquidity": "13388877.147327333572157",77 "tokenAddresses": [],78 "tagsInfo": {79 "AI Analysis": [{"tagName": "AI Widget", "languageKey": "wmp-label-title-ai-widget"}],80 "Community Recognition Level": [{"tagName": "Alpha", "languageKey": "wmp-label-title-alpha"}]81 },82 "links": [83 {"label": "website", "link": "https://www.web.site/"},84 {"label": "x", "link": "https://twitter.com/..."}85 ],86 "createTime": 1600611727000,87 "holdersTop10Percent": "93.267178480644823",88 "riskLevel": null89 }90 ],91 "success": true92}93```9495**Response Fields**:9697| Field | Type | Description |98|-------|------|-------------|99| chainId | string | Chain ID |100| contractAddress | string | Contract address |101| tokenId | string | Token unique ID |102| name | string | Token name |103| symbol | string | Token symbol |104| icon | string | Icon URL path |105| price | string | Current price (USD) |106| percentChange24h | string | 24-hour price change (%) |107| volume24h | string | 24-hour trading volume (USD) |108| marketCap | string | Market cap (USD) |109| liquidity | string | Liquidity (USD) |110| tagsInfo | object | Tag information |111| links | array | Social links list |112| createTime | number | Creation timestamp (ms) |113| holdersTop10Percent | string | Top 10 holders percentage (%) |114115---116117## API 2: Token Metadata118119### Method: GET120121**URL**:122`https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/dex/market/token/meta/info`123124**Request Parameters**:125126| Parameter | Type | Required | Description |127|-----------|------|----------|-------------|128| chainId | string | Yes | Chain ID |129| contractAddress | string | Yes | Token contract address |130131**Request Headers**:132```text133Accept-Encoding: identity134```135136**Example Request**:137```bash138curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/dex/market/token/meta/info?chainId=56&contractAddress=0x55d398326f99059ff775485246999027b3197955' \139--header 'Accept-Encoding: identity'140```141142**Response Example**:143```json144{145 "code": "000000",146 "data": {147 "tokenId": "CC1F457B",148 "name": "name of Token",149 "symbol": "symbol of token",150 "chainId": "56",151 "chainIconUrl": "https://bin.bnbstatic.com/image/admin_mgs_image_upload/20250228/d0216ce4-a3e9-4bda-8937-4a6aa943ccf2.png",152 "chainName": "BSC",153 "contractAddress": "0x55d398326f99059ff775485246999027b3197955",154 "decimals": 18,155 "icon": "/images/web3-data/public/token/logos/xxx.png",156 "nativeAddressFlag": false,157 "aiNarrativeFlag": 1,158 "links": [159 {"label": "website", "link": "https://www.web.site/"},160 {"label": "whitepaper", "link": "https://drive.google.com/file/d/..."},161 {"label": "x", "link": "https://twitter.com/..."}162 ],163 "previewLink": {164 "website": ["https://www.web.site/"],165 "x": ["https://twitter.com/..."],166 "tg": []167 },168 "createTime": 1600611727000,169 "creatorAddress": "0x1234...",170 "auditInfo": {171 "isBlacklist": false,172 "isWhitelist": true173 },174 "description": "this is a good token..."175 },176 "success": true177}178```179180**Response Fields**:181182| Field | Type | Description |183|-------|------|-------------|184| tokenId | string | Token unique ID |185| name | string | Token name |186| symbol | string | Token symbol |187| chainId | string | Chain ID |188| chainName | string | Chain name |189| contractAddress | string | Contract address |190| decimals | number | Token decimals |191| icon | string | Icon URL path |192| links | array | Social links list |193| createTime | number | Creation timestamp (ms) |194| creatorAddress | string | Creator address |195| description | string | Token description |196197---198199## API 3: Token Dynamic Data200201### Method: GET202203**URL**:204`https://web3.binance.com/bapi/defi/v4/public/wallet-direct/buw/wallet/market/token/dynamic/info`205206**Request Parameters**:207208| Parameter | Type | Required | Description |209|-----------|------|----------|-------------|210| chainId | string | Yes | Chain ID |211| contractAddress | string | Yes | Token contract address |212213**Request Headers**:214```text215Accept-Encoding: identity216```217218**Example Request**:219```bash220curl --location 'https://web3.binance.com/bapi/defi/v4/public/wallet-direct/buw/wallet/market/token/dynamic/info?chainId=56&contractAddress=0x55d398326f99059ff775485246999027b3197955' \221--header 'Accept-Encoding: identity'222```223224**Response Fields**:225226### Price Related227| Field | Type | Description |228|-------|------|-------------|229| price | string | Current price (USD) |230| nativeTokenPrice | string | Native token price |231| priceHigh24h | string | 24-hour high price |232| priceLow24h | string | 24-hour low price |233234### Price Change235| Field | Type | Description |236|-------|------|-------------|237| percentChange5m | string | 5-minute price change (%) |238| percentChange1h | string | 1-hour price change (%) |239| percentChange4h | string | 4-hour price change (%) |240| percentChange24h | string | 24-hour price change (%) |241242### Volume243| Field | Type | Description |244|-------|------|-------------|245| volume24h | string | 24-hour total volume (USD) |246| volume24hBuy | string | 24-hour buy volume |247| volume24hSell | string | 24-hour sell volume |248| volume4h | string | 4-hour volume |249| volume1h | string | 1-hour volume |250| volume5m | string | 5-minute volume |251252### Transaction Count253| Field | Type | Description |254|-------|------|-------------|255| count24h | string | 24-hour transaction count |256| count24hBuy | string | 24-hour buy count |257| count24hSell | string | 24-hour sell count |258259### Market Data260| Field | Type | Description |261|-------|------|-------------|262| marketCap | string | Market cap (USD) |263| fdv | string | Fully diluted valuation |264| totalSupply | string | Total supply |265| circulatingSupply | string | Circulating supply |266| liquidity | string | Liquidity (USD) |267268### Holder Data269| Field | Type | Description |270|-------|------|-------------|271| holders | string | Total holder count |272| top10HoldersPercentage | string | Top 10 holders percentage (%) |273| kycHolderCount | string | KYC holder count |274| kolHolders | string | KOL holder count |275| kolHoldingPercent | string | KOL holding percentage |276| devHoldingPercent | string | Dev holding percentage |277| proHoldingPercent | string | Professional investor holding percentage |278| smartMoneyHoldingPercent | string | Smart money holding percentage |279280---281282## API 4: Token K-Line (Candlestick)283284### Method: GET285286**URL**:287`https://dquery.sintral.io/u-kline/v1/k-line/candles`288289**Request Parameters**:290291| Parameter | Type | Required | Description |292|-----------|------|----------|-------------|293| address | string | Yes | Token contract address |294| platform | string | Yes | Chain platform: `eth`, `bsc`, `solana`, `base` |295| interval | string | Yes | Kline interval (see Interval Reference below) |296| limit | number | No | Number of candles to return (has higher priority than `from`) |297| from | number | No | Start timestamp in milliseconds |298| to | number | No | End timestamp in milliseconds |299| pm | string | No | Kline type: `p` for price, `m` for market cap (default: `p`) |300301**Interval Reference**:302303| Interval | Description |304|----------|-------------|305| 1s | 1 second |306| 1min | 1 minute |307| 3min | 3 minutes |308| 5min | 5 minutes |309| 15min | 15 minutes |310| 30min | 30 minutes |311| 1h | 1 hour |312| 2h | 2 hours |313| 4h | 4 hours |314| 6h | 6 hours |315| 8h | 8 hours |316| 12h | 12 hours |317| 1d | 1 day |318| 3d | 3 days |319| 1w | 1 week |320| 1m | 1 month |321322**Platform Mapping**:323324| Chain | platform value |325|-------|---------------|326| Ethereum | eth |327| BSC | bsc |328| Solana | solana |329| Base | base |330331**Request Headers**:332```text333Accept-Encoding: identity334```335336**Example Request**:337```bash338curl --location 'https://dquery.sintral.io/u-kline/v1/k-line/candles?address=0x55d398326f99059ff775485246999027b3197955&interval=1min&limit=500&platform=bsc&to=1772126280000' \339--header 'Accept-Encoding: identity'340```341342**Response Fields**:343344Each candle is an array with 7 elements in order:345346| Index | Field | Type | Description |347|-------|-------|------|-------------|348| 0 | open | number | Open price |349| 1 | high | number | High price |350| 2 | low | number | Low price |351| 3 | close | number | Close price |352| 4 | volume | number | Trading volume |353| 5 | timestamp | number | Candle timestamp (ms) |354| 6 | count | number | Transaction count |355356---357358## Notes3593601. Icon URL requires full domain prefix: `https://bin.bnbstatic.com` + icon path3612. Numeric fields are often strings, convert when needed3623. Dynamic data updates in real time, suitable for market display3634. K-Line API uses `platform` (`eth`/`bsc`/`solana`/`base`) instead of `chainId`, and `limit` takes priority over `from` when both are provided3645. K-Line response is a 2D array (not JSON objects): `[open, high, low, close, volume, timestamp, count]`