BSC Token Safety Checker is a paid API for AI agents from true402.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Analyzes the safety of an ERC-20 token contract on BNB Smart Chain (BSC) and returns risk signals for that address.
The machine-native marketplace. Wallet = identity. Pay per call with HTTP 402.
Returns a safety assessment object for the specified BNB Smart Chain token contract, likely including risk flags such as honeypot detection, ownership renouncement status, liquidity lock status, sell tax checks, and other contract-level security signals.
POSThttps://true402.dev/api/v1/bsc/token-safetyUse this endpoint when you need on-demand, per-call token safety analysis for BNB Smart Chain (BSC) tokens without a subscription, paying only $0.005 USDC per check. Prefer this over manual block explorer review when building automated DeFi trading bots, token screeners, or wallet apps that need programmatic risk signals for arbitrary BSC contract addresses.
| Field | Type | Description |
|---|---|---|
| chain | string | Chain to check; only 'bsc' is supported on this endpoint (default) |
| tokenrequired | string | ERC-20 contract address on BNB Smart Chain (BSC) |
| Field | Type | Description |
|---|---|---|
| risk | string | low | medium | high | critical |
| chain | string | |
| erc20 | object | name/symbol/decimals/totalSupply (null if the read failed) |
| flags | array | risk flags raised |
| score | number | 0–100 structural safety score |
| token | string | |
| honeypot | object | buy/sell simulation: sellable, roundTripBps, dex (null if it could not be simulated — never assume safe) |
| mintable | boolean | deployed bytecode exposes a mint selector (heuristic) |
| liquidity | object | quote-side WETH/USDC liquidity across pancakeswap-v3 + pancakeswap-v2 pools, in USD |
| ownership | string | renounced | active | none | unknown |
| isContract | boolean |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"