api402x.com
https://api402x.com/proposal-statusShares a payout wallet with 18 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
The fate of ONE already-known proposal after the vote: executed / queued in Timelock / expired / canceled. A follow-on to /dao-proposals — that route shows whether a vote is active or has passed; this one shows whether a passed vote actually reached real execution (the same class of off-chain-tracker blind spot as the Arbitrum/48M ARB case, just one step later, after the vote). Required query parameters: dao (ENS, Arbitrum, Uniswap, Compound) and proposal_id. Optimism is not yet on this list (2026-08-11 incident — its Agora fork emits ProposalCreated with a different event structure, discovery for it not yet decoded; already supported in GET /dao-proposals).
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
72.7% avgResponse time
p50 98ms · p95 291msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/11/2026, 12:00:00 AM | 0% | 2 | — |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 302ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 117ms |
| 8/14/2026, 12:00:00 AM | 0% | 1 | — |
| 8/15/2026, 12:00:00 AM | 0% | 1 | — |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 205ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 83ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 84ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 80ms |
| 8/20/2026, 12:00:00 AM | 100% | 21 | 96ms |
| 8/21/2026, 12:00:00 AM | 100% | 1 | 75ms |
- Availability
- 92
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- 1
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
- Facilitator
- unknown
- SDK
- x402-express
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Tucows Domains Inc.
- Domain registered
- 2026-08-09
- Hosting network
- —
- 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 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/8/2026 | 1 | 0.02 | 1 |
| 8/10/2026 | 2 | 0.03 | 2 |
| 8/12/2026 | 2 | 0.02 | 1 |
| 8/13/2026 | 10 | 0.18 | 2 |
| 8/14/2026 | 9 | 0.15 | 2 |
| 8/17/2026 | 1 | 0 | 1 |
| 8/20/2026 | 3 | 0.01 | 1 |
This payout wallet is shared: figures cover all 19 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"additionalProperties": false,
"properties": {
"chain": {
"type": "string"
},
"checked_at": {
"format": "date-time",
"type": "string"
},
"dao": {
"type": "string"
},
"detail": {
"type": "string"
},
"execution_eta": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"links": {
"additionalProperties": false,
"properties": {
"explorer": {
"type": "string"
}
},
"required": [
"explorer"
],
"type": "object"
},
"proposal_id": {
"type": "string"
},
"status": {
"enum": [
"pending",
"active",
"defeated",
"succeeded",
"queued",
"executed",
"expired",
"canceled"
],
"type": "string"
}
},
"required": [
"dao",
"proposal_id",
"status",
"execution_eta",
"detail",
"chain",
"links",
"checked_at"
],
"type": "object"
}