Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 176ms · p95 299msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/31/2026, 12:00:00 AM | 100% | 18 | 174ms |
| 9/1/2026, 12:00:00 AM | 100% | 21 | 199ms |
| 9/2/2026, 12:00:00 AM | 100% | 20 | 176ms |
| 9/3/2026, 12:00:00 AM | 100% | 2 | 196ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 49
- Activity
- 19
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
- Facilitator
- unknown
- SDK
- x402-express
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- —
- Domain registered
- —
- Hosting network
- CLOUDFLARENET
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 9/2/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/24/2026 | 7 | 0.04 | 2 |
| 8/29/2026 | 1 | 0.05 | 1 |
| 8/30/2026 | 124 | 0.63 | 2 |
| 8/31/2026 | 113 | 0.58 | 2 |
| 9/1/2026 | 85 | 0.45 | 1 |
| 9/2/2026 | 29 | 0.17 | 3 |
Only payments settled on chains and facilitators we index.
Response schema
{
"properties": {
"agreement": {
"type": "string"
},
"assertion": {
"description": "Echoed post-condition; null when the request omitted it.",
"type": [
"string",
"null"
]
},
"changed": {
"description": "Change Proof — true when source bytes differ from the attached prior receipt; present only when prior_receipt was attached.",
"type": "boolean"
},
"evidence": {
"description": "Short cited snippet(s) around the extracted value(s), up to 160 characters.",
"type": "string"
},
"method": {
"description": "Full canonical method {url, retrieval, extract, assertion} — signed inside the receipt, so a second vantage can re-observe.",
"type": "object"
},
"observed_at": {
"format": "date-time",
"type": "string"
},
"previous_source_hash": {
"description": "Change Proof — the prior receipt source_hash; present only when prior_receipt was attached.",
"type": "string"
},
"receipt": {
"description": "ed25519 signature over deep canonical JSON; verify with GET /pubkey.",
"type": "string"
},
"source_hash": {
"description": "sha256 of the retrieved source text.",
"type": "string"
},
"spec_hash": {
"description": "sha256 of the deep-canonical method; same method => same spec_hash.",
"type": "string"
},
"valid_until": {
"description": "observed_at + 1h; receipts perish.",
"format": "date-time",
"type": "string"
},
"value": {
"type": "object"
},
"vantage": {
"type": "string"
}
},
"required": [
"value",
"assertion",
"observed_at",
"source_hash",
"evidence",
"agreement",
"method",
"spec_hash",
"valid_until",
"vantage",
"receipt"
],
"type": "object"
}