query-token-info

Resolves user queries to token identifiers and retrieves metadata, market metrics, and OHLCV candles.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill query-token-info-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-token-info
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/query-token-info
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill query-token-info-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly finding a crypto token and retrieving reliable metadata, live market statistics, and candlestick data without manually searching multiple sources.

Core Features & Use Cases

  • Token Search (by keyword/contract/address): Find matching tokens across supported chains, then pick the correct contract.
  • Token Metadata (static profile): Retrieve token name, symbol, decimals, creator address, description, and social links for project research.
  • Token Dynamic Data (real-time market): Pull price, price changes, volume, market cap, liquidity, holder stats, and valuation metrics for market monitoring.
  • Token K-Line Candlesticks: Fetch OHLCV candle series for technical analysis over a specified platform and interval.

Quick Start

Use query-token-info to search a token by symbol or contract address, then request its current price, holder/liquidity stats, and K-Line candles for the same contract.

Frequently Asked Questions about query-token-info

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

FAQPage Schema
How do I search for token metadata and real-time market data across multiple chains?

To retrieve token metadata and real-time market data, you can search tokens by keyword or contract address across multiple chains, resolving queries into specific on-chain identifiers for static profiles and live market statistics.

How do I fetch OHLCV candlestick K-line data for technical analysis?

To fetch OHLCV candlestick K-line data for technical analysis, specify a platform and interval to retrieve ordered candlestick arrays parsed by index, providing direct chart inputs from the K-Line endpoint.

What specific token dynamic metrics can I pull for market monitoring?

For market monitoring, you can pull dynamic token metrics including current price, price changes, trading volume, market cap, liquidity, holder statistics, and valuation metrics from the live market data endpoints.

Does token search by keyword require a specific contract address to work?

Token search does not strictly require a specific contract address; you can lookup tokens by keyword or symbol to find matching tokens across supported chains, then pick the correct contract from the results.

What static project research information is included in token metadata?

Token metadata includes static project research information such as the token name, symbol, decimals, creator address, description, and social links for comprehensive project profiling.