Score up to 10 x402 endpoints in a single paid call
Score up to 10 x402 endpoints in a single paid call. Each found result carries the FULL trust report — identical to POST /v1/x402-trust: score, grade, scoreRange, recommendation, confidence breakdown, the component/subscore breakdown, explanations, flags + flagsDetailed, advertised price, and 30-day on-chain stats — not just the scalar verdict. Cache rows older than 15 minutes are recomputed on-demand from the latest stored probes and settlements, so scores typically reflect reality within minutes. No live network re-probe is performed — for a fresh live probe use /v1/x402-trust. Per-request recompute limits apply (time + count); results include `recomputed` and `computed_at` so you can see which rows used cached vs freshly computed scores. Resources not in our observation set return `found:false`; you still pay for the batch AS LONG AS at least one resource is tracked. If NONE of the supplied resources are in our observation set the request is rejected with HTTP 400 `notCharged:true` and you are NOT charged. Duplicates are ignored.
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://x402-trust.com/v1/x402-trust-bulk-10
| Category | Market data |
|---|---|
| Provider host | x402-trust.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-24 | valid payment request | 402 | $0.045 | 355 ms |
Example input (from the provider)
{
"body": {
"resources": [
"https://api.example.com/v1/thing"
]
},
"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": {
"properties": {
"resources": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"resources"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
]
},
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE",
"HEAD"
]
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"generated_at": {
"type": "integer"
},
"recompute_limit_hit": {
"type": "boolean"
},
"recomputed_count": {
"type": "integer"
},
"recomputed_ms": {
"type": "integer"
},
"requested": {
"type": "integer"
},
"results": {
"items": {
"properties": {
"advertised": {
"properties": {
"amount": {
"type": "string"
},
"amountUsd": {
"type": "number"
},
"asset": {
"type": "string"
},
"decimals": {
"type": "integer"
},
"network": {
"type": "string"
},
"observedAtTs": {
"type": "integer"
}
},
"required": [
"amount",
"amountUsd",
"asset",
"network",
"decimals",
"observedAtTs"
],
"type": "object"
},
"breakdown": {
"properties": {
"activity": {
"type": "number"
},
"age": {
"type": "number"
},
"compliance": {
"type": "integer"
},
"latency": {
"type": "number"
},
"stability": {
"type": "integer"
},
"uptime": {
"type": "number"
}
},
"required": [
"uptime",
"compliance",
"latency",
"age",
"activity",
"stability"
],
"type": "object"
},
"computed_at": {
"type": [
"integer",
"null"
]
},
"confidence": {
"type": [
"null",
"number"
]
},
"confidenceDetail": {
"properties": {
"economic": {
"type": "number"
},
"observation": {
"type": "number"
},
"overall": {
"type": "number"
}
},
"required": [
"overall",
"observation",
"economic"
],
"type": "object"
},
"dataCompleteSince": {
"type": "integer"
},
"description": {
"type": "string"
},
"endpoint_id": {
"type": [
"integer",
"null"
]
},
"explanations": {
"items": {
"type": "string"
},
"type": "array"
},
"flags": {
"type": "array"
},
"flagsDetailed": {
"type": "array"
},
"found": {
"type": "boolean"
},
"freshness": {
"properties": {
"ageSeconds": {
"type": "integer"
},
"live": {
"type": "boolean"
},
"probedAtTs": {
"type": "integer"
}
},
"required": [
"live",
"probedAtTs",
"ageSeconds"
],
"type": "object"
},
"grade": {