query-token-info

Provides cryptocurreny market cap and price data feeds for major exchanges.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tradecatlabs/tradecat-public --skill query-token-info-tradecatlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-token-info
Source: https://github.com/tradecatlabs/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/tradecatlabs/tradecat-public --skill query-token-info-tradecatlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token discovery and due-diligence often require stitching together search results, token metadata, live price stats, and chart data from multiple places, slowing down research and decision-making.

Core Features & Use Cases

  • Token Search: Find tokens by keyword, symbol, or contract address across supported chains.
  • Token Metadata: Retrieve static token details including creator, description, decimals, icons, and social links.
  • Token Dynamic Data & K-Line: Pull real-time market data (price, volume, holders, liquidity, market cap) and fetch candlestick (OHLCV) history for technical analysis.
  • Use Case: When you see an unfamiliar contract, you can search it, confirm identity and socials, check liquidity/holder concentration, and then request K-Line candles to assess momentum and volatility.

Quick Start

Ask the skill to search for the token by contract address on a chain, then return its metadata, dynamic market stats, and latest candlestick data.

Frequently Asked Questions about query-token-info

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

FAQPage Schema
How do I look up token metadata and live market data using a contract address?

To retrieve token metadata and live market data, provide the contract address and chain ID to search identity, static details, real-time price, and liquidity stats across supported chains.

Can I fetch OHLCV candlestick history for technical analysis across multiple chains?

Yes, you can fetch OHLCV candlestick history for technical analysis by requesting K-Line data, returning a candlestick matrix parsed by index order for momentum and volatility assessment.

What is the best way to discover a token by keyword and check its holder concentration?

Token discovery by keyword returns matched tokens across specified chain IDs, allowing you to review dynamic market data including holder concentration and liquidity for due diligence.

Does this token search approach work for checking project social links and creator details?

Yes, token search retrieves static metadata including creator details, decimals, icons, and social links, allowing you to confirm project identity before checking market dynamics.

What limitations exist when retrieving real-time market data and liquidity for unfamiliar contracts?

Retrieval uses public, read-only HTTP GET endpoints, meaning data is limited to supported chains and depends on available static metadata, real-time dynamics, and OHLCV history for the specified contract.

How do I get token market cap and volume data after finding a token by symbol?

After finding a token by symbol or keyword, request its dynamic data to retrieve real-time market stats including price, volume, holders, liquidity, and market cap for the matched contract.