query-token-info

Fetch token metadata and market metrics from Binance Web3 endpoints.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill query-token-info-tukuaiai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-token-info
Source: https://github.com/tukuaiai/tradecat-public/tree/main/resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance-web3/query-token-info
Command: npx skills add https://github.com/tukuaiai/tradecat-public --skill query-token-info-tukuaiai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need fast, reliable token discovery and up-to-date on-chain market information to support research and trading decisions without manually stitching together multiple data sources.

Core Features & Use Cases

  • Token Search: Locate tokens by keyword, contract address, and chain scope to quickly shortlist candidates.
  • Token Metadata: Retrieve static token details such as name, symbol, decimals, creator address, and social links.
  • Token Dynamic Data: Pull real-time-ish metrics including price, volume, market cap, liquidity, holders, and supply stats.
  • Token K-Line (Candlestick): Obtain candlestick OHLCV series for technical analysis across supported intervals and platforms.

Quick Start

Ask the skill to query token details and market data for contract address 0x55d398326f99059ff775485246999027b3197955 on chainId 56 and return token metadata, dynamic fields, and 1-minute K-Line for the last 500 candles.

Frequently Asked Questions about query-token-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch token metadata and real-time market data for a specific contract address?

To fetch token metadata and real-time market data, provide the target contract address and chain ID. The query retrieves static details like symbol and decimals, alongside dynamic metrics including price, volume, liquidity, and holder statistics.

Can I retrieve candlestick OHLCV data for technical analysis?

Yes, you can retrieve candlestick OHLCV data for technical analysis. Specify the desired interval and number of candles to obtain the kline series, which is returned as a structured 2D array parsed by index.

What is the best way to search for tokens across different blockchains?

The best way to search for tokens across blockchains is by using specific keywords or contract addresses combined with a chain scope identifier. This locates and shortlists token candidates quickly without manually checking multiple sources.

Does this token data retrieval process require any specific dependencies?

No specific dependencies are required for this token data retrieval process. It operates as a read-only interface calling Binance Web3 endpoints with necessary parameters to parse and return structured fields.

What chain ID should I use to query token info on the BNB Chain?

To query token info on the BNB Chain, you should use chain ID 56. Providing this specific identifier ensures the request targets the correct network to fetch accurate metadata and dynamic market metrics.