Batch Base pre-trade risk, token safety, rugpull and honeypot verdicts for up to
Batch Base pre-trade risk, token safety, rugpull and honeypot verdicts for up to 5 EVM contracts before a buyer agent signs or routes a swap. Returns PROCEED/CAUTION/REJECT actions, safety scores, warnings, evidence, aggregate counts, and an optional 0.50 USDC bundled-risk-pack tier. Search keywords: rug check, honeypot check, token risk, swap preflight, rug pull, scam token, and is this token safe.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.fiasignals.com/pre-trade-risk/batch
| Category | Market data |
|---|---|
| Provider host | x402.fiasignals.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "base",
"token_addresses": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913,0x4200000000000000000000000000000000000006"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"POST"
],
"type": "string"
},
"queryParams": {
"properties": {
"chain": {
"default": "base",
"type": "string"
},
"token_addresses": {
"description": "Comma-separated EVM token addresses, maximum 5.",
"type": "string"
}
},
"required": [
"token_addresses"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"properties": {
"chain": {
"type": "string"
},
"count": {
"maximum": 5,
"minimum": 1,
"type": "integer"
},
"limit": {
"const": 5,
"type": "integer"
},
"results": {
"items": {
"properties": {
"action": {
"type": "string"
},
"confidence": {
"type": "string"
},
"raw_checks": {
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"safety_score": {
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"sources": {
"items": {
"type": "string"
},
"type": "array"
},
"verdict": {
"enum": [
"safe",
"risky",
"blocked",
"error"
],
"type": "string"
},
"warnings": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"summary": {
"properties": {
"blocked": {
"type": "integer"
},
"error": {
"type": "integer"
},
"risky": {
"type": "integer"
},
"safe": {
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}