Back to skills

query-token-audit

security

Queries the Binance Web3 token security API to audit a contract address before trading. Returns a risk level (LOW/MEDIUM/HIGH), buy/sell tax rates, and specific risk flags across contract, trading, an

Setup & Installation

npx skills add https://github.com/binance/query-token-audit --skill query-token-audit
or paste the link and ask your coding assistant to install it
https://github.com/binance/query-token-audit
View on GitHub

What This Skill Does

Queries the Binance Web3 token security API to audit a contract address before trading. Returns a risk level (LOW/MEDIUM/HIGH), buy/sell tax rates, and specific risk flags across contract, trading, and scam categories. Covers BSC, Ethereum, Base, and Solana. Instead of manually cross-referencing multiple token scanners, this skill returns contract risk, trade risk, and scam detection in a single API call with structured, parseable output.

When to use it

  • Working with query token audit functionality
  • Implementing query token audit features
  • Debugging query token audit related issues