Deterministic on-chain structural-safety report for a Base address
Deterministic on-chain structural-safety report for a Base address: contract detection, verification status, proxy/owner/privileged-function analysis. Behavioral signals (age, activity, funding) not yet included. Keyless x402-native payment — no signup, no API key. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json
Answeringour last check, 2026-09-24
1 of 1checks answered this week
564 msmedian answer time
$0.01listed price per call
$0.01price 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://token-risk.com/v1/wallet
| Category | Market data |
|---|---|
| Provider host | token-risk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 564 ms |
Example input (from the provider)
{
"body": {
"address": "0x89232FFb57C3b865B5BAEd4236765DfC797E28A9"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"address": {
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"address": {
"pattern": "^0x[0-9a-f]{40}$",
"type": "string"
},
"cache": {
"additionalProperties": false,
"properties": {
"ageSeconds": {
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"hit": {
"type": "boolean"
}
},
"required": [
"hit",
"ageSeconds"
],
"type": "object"
},
"chainId": {
"const": 8453,
"type": "number"
},
"checks": {
"items": {
"additionalProperties": false,
"properties": {
"durationMs": {
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"evidence": {
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"propertyNames": {
"type": "string"
},
"type": "object"
},
"id": {
"type": "string"
},
"status": {
"enum": [
"pass",
"fail",
"skip",
"error"
],
"type": "string"
},
"summary": {
"type": "string"
}
},
"required": [
"id",
"status"
],
"type": "object"
},
"type": "array"
},
"engine": {
"additionalProperties": false,
"properties": {
"version": {
"type": "string"
}
},
"required": [
"version"
],
"type": "object"
},
"enrichment": {
"additionalProperties": false,
"properties": {
"latencyMs": {
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"model": {
"type": "string"
}
},
"required": [
"model",
"latencyMs"
],
"type": "object"
},
"findings": {
"items": {
"additionalProperties": false,
"properties": {
"detail": {
"maxLength": 500,
"minLength": 1,
"type": "string"
},
"id": {
"maxLength": 64,
"minLength": 1,
"type": "string"
},
"severity": {
"enum": [
"info",
"caution"
],
"type": "string"
},
"title": {
"maxLength": 120,
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"severity",
"title",
"detail"
],
"type": "object"
},
"type": "array"
},
"generatedAt": {
"format": "date-time",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
"type": "string"
},
"requestId": {
"type": "string"
},
"schemaVersion": {
"const": 1,
"type": "number"
},
"score": {
"anyOf": [
{
"maximum": 100,
"minimum": 0,