Token risk score and scam/honeypot check: is this token safe to buy or a rug pull? Composi
Token risk score and scam/honeypot check: is this token safe to buy or a rug pull? Composite verdict on an EVM token by contract address — DEX market data (price, liquidity, volume) + contract security (honeypot, buy/sell taxes, mintable, ownership) + deterministic 0-100 risk score. ?address=0x...&chain=8453
20000 (raw units)
price
6
calls / 30d
1
unique payers
2026-09-13
updated
Provider
pyfile-agent.taile3ff35.ts.net · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "20000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "20000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "nano:mainnet",
"payTo": "nano_3uojbn47b5xqcbs4yibbasamn8aeyqxgyi1z8peogwtdn6z3kagjanjpz4ss",
"asset": "XNO",
"amount": "57521000000000000000000000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"type": "http"
},
"output": {
"example": {
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"buy_tax": 0,
"flags": [],
"honeypot": false,
"liquidity_usd": 420000000,
"mintable": false,
"risk_score": 4,
"sell_tax": 0,
"verdict": "low"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"address": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"address": {
"type": "string"
},
"buy_tax": {
"type": "number"
},
"flags": {
"items": {
"type": "string"
},
"type": "array"
},
"honeypot": {
"type": "boolean"
},
"mintable": {
"type": "boolean"
},
"risk_score": {
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"sell_tax": {
"type": "number"
},
"verdict": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"rail-hint": {
"info": {
"bootstrap": "pip install feeless402 && nano-pay init && nano-pay claim https://feeless402.com",
"cheapest": "nano:mainnet",
"docs": "https://railhint.com",
"why": "Zero network fees, no price floor, sub-second finality — Nano is the true metered price for a machine-to-machine call."
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"info": {
"type": "object"
}
},
"required": [
"info"
],
"type": "object"
}
}
}Use it
curl
curl "https://pyfile-agent.taile3ff35.ts.net/data/token-verdict" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://pyfile-agent.taile3ff35.ts.net/data/token-verdict");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://pyfile-agent.taile3ff35.ts.net/data/token-verdict")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7154.json, and this resource appears in /discovery/resources and /discovery/search.