query-token-info

query token info

binance 939 ↓ 5.9k updated 25d ago
Claude Code
View source ↗

What it does

  • Icon URL: icon fields are relative paths. Prepend https://bin.bnbstatic.com for a usable URL.
  • Numbers as strings: All numeric market fields (price, volume24h, marketCap, etc.) are
  • Kline is a 2D array, not JSON objects. Each candle: [open, high, low, close, volume, timestampms, count].
  • Kline time window: limit takes priority over from when both are provided. Use to
  • Intervals supported by kline: 1s, 1min, 3min, 5min, 15min, 30min, 1h, 2h,

Requirements & configuration

  • Query Token Info Skill
  • Four read-only token endpoints fronted by one CLI. The agent picks a subcommand and passes
  • Token Research: Get token metadata, social links, and creator info.
  • | Search a token by keyword, symbol, or contract address | search |
  • | meta | Static token metadata | chainId, contractAddress | node <skill-dir>/scripts/cli.mjs meta '{"chainId":"56","contractAddress":"0x..."}' |

Configuration: CT_501

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

query token info

Source

Repository: https://github.com/binance/binance-skills-hub

query-token-info FAQ

What does the query-token-info skill do?

| Per-token details for a specific token identified by keyword, symbol, or contract address: (1) search — find tokens by keyword/symbol/contract; (2) meta — static info: name, symbol, logo, social links, creator, official website; (3) dynamic — real-time market data: price, 24h change, volume, holder count, liquidity; (4) kline — OHLCV candlestick data for technical analysis. Use for: "price of $X", "search for token Y", "kline chart for $Z", "who created $W", "social links for $V", "holder count of $U", "candlestick data", "find the contract address of <token>". Icon URL: icon fields are relative paths. Prepend https://bin.bnbstatic.com for a usable URL. Numbers as strings: All numeric market fields (price, volume24h, marketCap, etc.) are

What does query-token-info require?

Query Token Info Skill Four read-only token endpoints fronted by one CLI. The agent picks a subcommand and passes Token Research: Get token metadata, social links, and creator info. | Search a token by keyword, symbol, or contract address | search | | meta | Static token metadata | chainId, contractAddress | node <skill-dir>/scripts/cli.mjs meta '{"chainId":"56","contractAddress":"0x..."}' | Configuration keys: CT_501.

How do I install query-token-info?

Run: npx -y skills add https://github.com/binance/binance-skills-hub --skill query-token-info --agent claude-code — the source lives at github.com/binance/binance-skills-hub.

Maintain query-token-info?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

query-token-info on getagentictools
[![query-token-info on getagentictools](https://getagentictools.com/badge/skills/binance-binance-skills-hub-query-token-info.svg)](https://getagentictools.com/skills/binance-binance-skills-hub-query-token-info?ref=badge)
npx agentictools info skills/binance-binance-skills-hub-query-token-info

The second line is the CLI lookup for this page — handy in READMEs and docs.