Token Risk
Pre-trade safety for trading bots on Solana and Base. Ping every candidate mint; run the deep report on passes or orders over $100. Null and caution mean size zero.
Endpoints
| Method | Path | Price | Free tier |
|---|---|---|---|
| GET/POST | /api/token-risk/v1/ping?chain=solana&address=<mint> | $0.005 | — |
| GET/POST | /api/token-risk/v1/deep?chain=solana&address=<mint> | $0.04 | 3/day per x-client-id |
| POST | /api/token-risk/mcp | per tool | same tiers |
GET /api/token-risk/v1/deep?chain=solana&address=So11111111111111111111111111111111111111112Runs a live deep report on wrapped SOL against the free tier (3/day per client).
Ping response
{"product":"ping","safe":true,"mintAuthorityOff":true,
"lpLocked":true,"pairs":3,"priceUsd":0.0012,"fetchedAt":...}safe is true, false or null (unknown). Base has no RugCheck coverage, so Base verdicts lean on pool and authority signals.
Deep response
{"product":"deep","verdict":"caution","score":42,"band":"MEDIUM",
"reasons":["top-10 holds 55%","thin liquidity"],
"priceUsd":0.0012,"liquidityUsd":18000,
"attestation":{"digest":"...","hmac":"..."},"free":true}Interactive reference · token-risk openapi.json
Machine endpoints
- Tool schema
- OpenAPI 3.0
- SKILL.md (redirects to the public repo)
- Registry adapter repo
Billing failures, unknown inputs and receipt checks: the errors page.