Tollbooth
GET api.tollboothswap.xyz/v1/check/:chain/:token
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Is this token safe to buy? Check any Solana or EVM token for rug pull and honeypot risk before you swap. Solana: mint/freeze authority, Token-2022 transfer hooks, permanent delegates - read on-chain. EVM (Base, Ethereum, Arbitrum, Polygon, Optimism, BSC, Avalanche): honeypot, sell tax, blacklists, hidden owners, mintability. Verdict (ok/warn/critical/unknown), 0-100 risk score, itemized findings. Pair with POST /v1/swap/build safeMode to refuse critical-risk swaps.
Resource: api.tollboothswap.xyz/v1/check/:chain/:token
Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xb6eBBbcE1537082a20B891AEec75DBC32b825cc0
Payment methods: — · Last validation: 2026-09-05 00:57:47.902+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"chain",
"token"
],
"properties": {
"chain": {
"type": "string",
"description": "Chain the token lives on: one of solana, base, ethereum, arbitrum, polygon, optimism, bsc, avalanche"
},
"token": {
"type": "string",
"description": "Token to screen: mint address (solana) or ERC-20 address (EVM chains)"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"chain",
"token",
"verdict",
"score",
"findings"
],
"properties": {
"chain": {
"enum": [
"solana",
"base",
"ethereum",
"arbitrum",
"polygon",
"optimism",
"bsc",
"avalanche"
],
"type": "string"
},
"score": {
"type": "integer",
"description": "Risk score 0-100, higher = riskier"
},
"token": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"enum": [
"ok",
"warn",
"critical",
"unknown"
],
"type": "string",
"description": "critical = do not trade (honeypot, freezable, seizable); unknown = no data"
},
"findings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"detail": {
"type": "string"
},
"severity": {
"enum": [
"info",
"warn",
"critical"
],
"type": "string"
}
}
}
},
"checkedAt": {
"type": "string"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xb6eBBbcE1537082a20B891AEec75DBC32b825cc0",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xb6eBBbcE1537082a20B891AEec75DBC32b825cc0",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
},
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
"recentBlockhash": "5XW1NySPERhpHZSLRaHeNo4ARKoUi1YVYFwJqpfT8BrQ",
"lastValidBlockHeight": "422158424"
},
"payTo": "5VG7o7dGx4x8uxf9AeH1rAdmv5LAtKSSUcVugf8vaePF",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "5VG7o7dGx4x8uxf9AeH1rAdmv5LAtKSSUcVugf8vaePF",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.