query-token-info

query-token-info is a skill for Claude Code, Codex from tradecatlabs/tradecat-public. It costs 75 tokens per session (4,115 once invoked), scanned A, original, MIT.

A tool for looking up cryptocurrency tokens by name, symbol, contract address, or blockchain. It returns token details, social links, live market figures, and candlestick price data.

In plain words
What is it for?
Use it to find tokens on BSC, Base, or Solana, inspect project and creator details, compare price, volume, holders, liquidity, and market cap, or review candlestick charts.
Why use it?
It avoids checking several crypto websites or APIs separately when researching a token and its current market activity.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find tokens on BSC, Base, or Solana, inspect project and creator details, compare price, volume, holders, liquidity, and market cap, or review candlestick charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tradecatlabs/tradecat-public/query-token-info
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tradecatlabs/tradecat-public --skill query-token-info
Clone the repo
git clone --depth 1 https://github.com/tradecatlabs/tradecat-public

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for query-token-info

README.md
[![agentmods](https://agentmods.dev/badge/skills/tradecatlabs/tradecat-public/query-token-info/github.svg)](https://agentmods.dev/skills/tradecatlabs/tradecat-public/query-token-info)
Your own site
<a href="https://agentmods.dev/skills/tradecatlabs/tradecat-public/query-token-info"><img src="https://agentmods.dev/badge/skills/tradecatlabs/tradecat-public/query-token-info/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for query-token-info

Your own site · 80×15
<a href="https://agentmods.dev/skills/tradecatlabs/tradecat-public/query-token-info"><img src="https://agentmods.dev/badge/skills/tradecatlabs/tradecat-public/query-token-info.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,115 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.04115
Opus 5 $0.00037 $0.02057
Sonnet 5 $0.00015 $0.00823
Haiku 4.5 $0.00007 $0.00411

Measured 12d ago against content hash ce1c98585fa3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

query-token-info scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search/ai?keyword=xxx&chainIds=56,8453,CT_501&orderBy=volume24h' \
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance-web3/query-token-info/SKILL.md · 453 lines

How it starts

The opening of the file, as written. The whole thing — 453 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

  1. Search Tokens: Find tokens by name, symbol, or contract address across chains
  2. Project Research: Get token metadata, social links, and creator info
  3. Market Analysis: Real-time price, volume, holder distribution, and liquidity data
  4. Chart Analysis: K-Line candlestick data for technical analysis

Supported Chains

Chain Name chainId
BSC 56
Base 8453
Solana CT_501

Method: GET

URL:

https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search/ai

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
User-Agent: binance-web3/1.1 (Skill)

Example Request:

curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search/ai?keyword=xxx&chainIds=56,8453,CT_501&orderBy=volume24h' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)'

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
}

Read the full file on GitHub · 453 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 453 lines · 75 tokens per session scan A ce1c98585fa3

Subscribe to this mod's changes

query-token-info is a skill published in the GitHub repository tradecatlabs/tradecat-public (956 stars, last pushed 4d ago), licensed MIT. It adds 75 tokens to every session and 4,115 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

BytesAgain Crypto Toolkit — 200+ Technical Indicators, Real-Time Market Data

Use when you need real-time crypto prices, technical indicators (RSI, MACD, Bollinger, 50+), market rankings, on-chain data, or trading signals. Zero API key required.

bytesagain/ai-skills · 57 tokens

coingecko-api

Broad crypto market data from CoinGecko covering 13,000+ tokens. Global market stats, historical price data going back years, exchange volumes, trending tokens, and category filters. Best for macro analysis and long-term historical data.

agiprolabs/claude-trading-skills · 52 tokens

market-data

Query real-time crypto futures prices, OHLCV candle data, funding rate / open interest / positioning, a market-wide screener, a condition backtest, and technical indicators (RSI, MACD, EMA, SMA, Bollinger, ATR, ADX, Stochastic, OBV, VWAP, CCI, MFI, Williams %R, ROC, SuperTrend, Ichimoku, Keltner, pivot points…

target1m/traderspy-mcp · 134 tokens

smart-money

Track smart money / whale traders across crypto exchanges (Binance, Hyperliquid, Bybit, OKX). Use when the user asks about top traders, whale positions, elite leaderboard, copy trading targets, or smart money flows.

target1m/traderspy-mcp · 50 tokens

trading-signals

Query and analyze AI-powered crypto futures trading signals from TraderSpy. Use when the user asks about crypto signals, AI alerts, signal performance, or trading recommendations.

target1m/traderspy-mcp · 37 tokens

crypto-market-intel

Real-time crypto market intelligence - trending tokens, price analysis, market overview, and token comparison for informed decision-making.

XSpoonAi/spoon-awesome-skill · 27 tokens