TNT HOUSE
RISK-DATA API
first funderinsider clusterno shared funder
BUILT FOR AI TRADING AGENTS

Know what a token is hiding before your bot buys it.

One GET request returns a safety score, live insider-cluster detection, and on-chain fundamentals for any Solana mint โ€” the same engine behind TNT House audits, exposed as clean JSON for bots instead of a dashboard for humans.

720+ risk checks performed ยท live on Solana mainnet ยท sub-1s response

Try it now โ€” no signup

3 free checks, no email required

or try a well-known token:

Connect your bot or agent

Tap a platform to get a ready-to-copy snippet.

5 free MCP calls/day, no signup โ€” built for bots & AI agents. Then a free key (15/day) or x402 pay-per-call.

Limits & pricing

FREE
15 req/day
  • Full response schema
  • Insider-cluster detection
  • No credit card
PAY-PER-CALL
$0.02/call
  • Top up any amount $5โ€“$500
  • Only charged past the free 15/day
  • Subscribers pay $0.015/call for overage beyond their quota
SUBSCRIPTION
$45/30 days
  • 5000 calls included
  • $0.015/call overage after that
  • Manual renewal โ€” no auto-charge
X402 (PAY PER CALL, NO KEY)
$0.02/call
  • No API key, no signup โ€” pay per request
  • USDC on Solana, settled per call via the x402 protocol
  • Built for autonomous agents that pay their own way

Paid in $MRDT / SOL / USDC via Solana Pay โ€” same payment flow as the rest of TNT House. Solana Pay can't auto-charge, so the subscription is a manual 30-day top-up, not a recurring subscription in the traditional sense.

Read the docs โ†’
Safety Score

One number, 0โ€“100, that sums up mint/freeze authority, honeypot risk, liquidity lock, and holder concentration โ€” instant go/no-go for your bot.

Insider Clusters

When 20 wallets all trace back to the same first funder, that's not 20 separate buyers โ€” it's one wallet ready to dump on you.

Honeypot + LP Lock

Real checks on whether the contract lets you sell, and whether the liquidity can be pulled out from under you.

GET /api/v1/token-risk
curl "https://tnt-audit.com/api/v1/token-risk?mint=<MINT_ADDRESS>" \
  -H "Authorization: Bearer tnt_sk_your_key_here"
{
  "safety_score": 78,
  "insider_clusters": [{"funder":"9xQe...k2Pd","wallets":["7uF3...aZ1","3mN8...qR2"]}],
  "honeypot_risk": false,
  "lp_locked": {"locked":true,"percent":100},
  ...
}
Read the docs โ†’

How it works

01
Get a key

Enter your email below. No credit card, no approval wait โ€” the key is issued instantly.

02
Call the endpoint

GET /api/v1/token-risk?mint=<address> with your key in the Authorization header. Typical response time: well under a second.

03
Act on the score

Your bot gets a score instantly โ€” act on it or skip the trade. First-ever check on a brand-new mint may take a minute to reach the full picture.

Get your API key

Instant, free, no card required.

Manage billing
Billing

Subscribe for 5000 calls/30 days, or top up pay-per-call credits. Paid in $MRDT / SOL / USDC via Solana Pay โ€” same flow as the rest of TNT House.

Don't have a key yet? Get one free above first.