Token Query & Market Data for Openclaw

A comprehensive skill for fetching real-time cryptocurrency token metadata, market dynamics, and technical analysis charts.

viktor-huang
v1.0.0
Mar 5, 2026
0
879
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install binance-query-token

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install binance-query-token using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Token Query & Market Data?

This skill empowers AI agents to perform deep dives into the cryptocurrency ecosystem by providing programmatic access to Binance Web3 data. It allows users to search for tokens by name, symbol, or contract address across multiple chains including BSC, Base, and Solana. By integrating this capability into Openclaw Skills, developers can build agents that provide instant market insights, social link verification, and creator information.

Beyond static metadata, the skill delivers high-frequency dynamic data. This includes real-time price fluctuations, liquidity metrics, and complex holder distributions like Smart Money and KOL holdings. It is an essential tool for any financial AI agent requiring accurate on-chain intelligence and technical analysis capabilities through candlestick data.

Token Query & Market Data Use Cases

  • Search for tokens across multiple chains using symbols or contract addresses.
  • Perform project research with access to social links, whitepapers, and creator metadata.
  • Monitor real-time market data including price, 24-hour volume, and liquidity.
  • Conduct technical analysis using OHLCV candlestick data (K-Line) for various intervals.
  • Track holder distributions including top 10 percentages, professional investor counts, and dev holdings.

How Token Query & Market Data Works

  1. The agent receives a user query containing a token name, symbol, or specific contract address.
  2. It utilizes the Token Search API to identify the correct token ID and chain information across supported networks.
  3. Detailed metadata is retrieved to verify the project's legitimacy, social presence, and audit status.
  4. Real-time dynamic data is fetched to provide current pricing, market capitalization, and price change percentages.
  5. For technical requests, the K-Line API generates historical candlestick data based on specified intervals for visualization or strategy analysis.

Token Query & Market Data Setup

To integrate this functionality within the Openclaw Skills framework, ensure your environment can reach the Binance Web3 and Sintral endpoints. Use the following bash example to test a token search:

curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search?keyword=BNB&chainIds=56&orderBy=volume24h' \
--header 'Accept-Encoding: identity'

Note that numeric fields are returned as strings and should be converted to appropriate numeric types during processing.

Token Query & Market Data Data Schema & Taxonomy

The skill returns structured data covering metadata, market dynamics, and technical charts. Key data structures include:

Category Key Fields Data Type
Metadata name, symbol, icon, social links, creatorAddress, description JSON Object
Market Data price, volume24h, marketCap, liquidity, fdv, totalSupply String (Numeric)
Holder Info top10HoldersPercentage, smartMoneyHolders, proHolders, kolHolders String (Numeric)
Candlesticks [open, high, low, close, volume, timestamp, count] 2D Array

All Icon URLs require the prefix https://bin.bnbstatic.com combined with the returned icon path.

Token Query & Market Data Advanced Features

  • Multi-chain support covering BSC, Base, and Solana for unified searching.
  • Granular holder analysis identifying Smart Money, KOLs, and KYC-verified holders to gauge sentiment.
  • Customizable candlestick intervals ranging from 1 second to 1 month for detailed technical analysis.
  • Real-time price change tracking across 5-minute, 1-hour, 4-hour, and 24-hour windows.
  • Metadata includes creator addresses and audit info (blacklist/whitelist) for improved risk management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*