Creative & DesignAdvanced
query-token-info
Search tokens and fetch metadata, real-time market data, and K-Line...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/binance/binance-skills-hub --skill query-token-infonpx skills add https://github.com/binance/binance-skills-hub --skill query-token-infoOr paste this URL into your assistant to install:
Overview
What This Skill Does
Search tokens and fetch metadata, real-time market data, and K-Line candlestick charts by keyword or contract address
Application
When to use this Skill
- Integrating query token info into your development workflow.
- Following best practices for search tokens and fetch metadata, real-time market data, and k-line candlestick charts by keyword or contract address.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
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 |
Lines 1 - 25 of 441
Recommendations