Token safety verdict for Base
Token safety verdict for Base: contract security (two independent honeypot sources), DEX liquidity, blacklist and scam pattern checks
Answeringour last check, 2026-09-25
1 of 1checks answered this week
1553 msmedian answer time
$0.02listed price per call
$0.02price it asked us
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
POST https://api.endpointrecord.com/scan
| Category | Market data |
|---|---|
| Provider host | api.endpointrecord.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.02 | 1553 ms |
Example input (from the provider)
{
"body": {
"requestKey": "c3f1a9e07b4d42c8a6f2e915d0b7c3aa",
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"input": {
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"requestKey": {
"description": "Random secret chosen by the caller. Repeating the request with the same requestKey and tokenAddress never charges twice. Anyone who knows both can fetch the result, so keep it secret.",
"maxLength": 128,
"minLength": 16,
"pattern": "^[\\x21-\\x7E]+$",
"type": "string"
},
"tokenAddress": {
"description": "Contract address of the token to check on Base.",
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"requestKey",
"tokenAddress"
],
"type": "object"
},
"bodyType": {
"const": "json",
"type": "string"
},
"method": {
"const": "POST",
"type": "string"
}
},
"type": "object"
},
"output": {
"properties": {
"contract": {
"description": "Contract check. `security.checked: false` means no data was available, not that the token is clean. `checkIncomplete: true` must be passed on to end users.",
"type": "object"
},
"flags": {
"items": {
"type": "string"
},
"type": "array"
},
"score": {
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"verdict": {
"description": "Overall verdict from the consensus of seven checking agents.",
"enum": [
"SAFE",
"CAUTION",
"SCAM"
],
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}