Back to rankings

TrenchRadar API

Query trust scores programmatically. Free tier includes 100 requests/day.

Free
$0
100 requests / day
Full ranked list
Single token lookup
Trust score + breakdown
Pro
Coming Soon
10,000 requests / day
Holder concentration data
Score history
Webhook alerts

Get your free API key

Endpoints

GET /api/score
Returns full ranked token list sorted by trust score
GET /api/score?api_key=YOUR_KEY&chain=all
GET /api/score?address=
Returns trust score for a specific pair address
GET /api/score?api_key=YOUR_KEY&address=PAIR_ADDRESS
Example Response
{ "success": true, "token": { "symbol": "LOL", "trustScore": 70, "washRisk": "LOW", "priceUsd": "0.007462", "liquidity": 371300, "age": 21 } }