api402x.com
https://api402x.com/vesting-statusShares a payout wallet with 18 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Reads a vesting plan/stream directly from an on-chain contract on Base — total amount, claimed/unclaimed balance, remaining lockup, current owner/recipient. A direct contract read instead of a dashboard's cached view: the vesting math is verified against the contract on every call, not assumed from an indexer. Two providers, selected by the required provider query parameter: hedgey (TokenVestingPlans) or sablier (SablierLockup, V2/v4). provider is REQUIRED — plan_id/stream_id numbering overlaps between the two contracts (e.g. id 2 is a real, distinct plan on both at once), so there is no safe default or auto-detection; a missing or invalid provider returns 400, never a guess.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
71.4% avgResponse time
p50 207ms · p95 337msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 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 | 226ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 104ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 260ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 229ms |
| 8/20/2026, 12:00:00 AM | 100% | 20 | 134ms |
- Availability
- 96
- 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 92% — 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
- RS-1125
- 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 | 2 | 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": {
"amounts": {
"additionalProperties": false,
"properties": {
"already_withdrawn": {
"type": [
"string",
"null"
]
},
"claimable_now": {
"type": "string"
},
"raw": {
"additionalProperties": false,
"properties": {
"already_withdrawn": {
"type": [
"string",
"null"
]
},
"claimable_now": {
"type": "string"
},
"refunded": {
"type": [
"string",
"null"
]
},
"total": {
"type": "string"
},
"unvested_remainder": {
"type": "string"
}
},
"required": [
"total",
"claimable_now",
"unvested_remainder"
],
"type": "object"
},
"refunded": {
"type": [
"string",
"null"
]
},
"total": {
"type": "string"
},
"unit": {
"type": "string"
},
"unvested_remainder": {
"type": "string"
}
},
"required": [
"total",
"claimable_now",
"unvested_remainder",
"unit",
"raw"
],
"type": "object"
},
"beneficiary": {
"type": [
"string",
"null"
]
},
"chain": {
"type": "string"
},
"cliff_at": {
"format": "date-time",
"type": "string"
},
"contract": {
"type": "string"
},
"discrepancy": {
"type": [
"string",
"null"
]
},
"ends_at": {
"format": "date-time",
"type": "string"
},
"fetched_at": {
"format": "date-time",
"type": "string"
},
"onchain_verified_at": {
"format": "date-time",
"type": "string"
},
"plan_id": {
"type": "string"
},
"protocol": {
"type": "string"
},
"starts_at": {
"format": "date-time",
"type": "string"
},
"status": {
"enum": [
"not_started",
"cliff_pending",
"vesting",
"fully_vested",
"canceled"
],
"type": "string"
},
"token": {
"type": "string"
}
},
"required": [
"protocol",
"plan_id",
"chain",
"contract",
"token",
"beneficiary",
"status",
"amounts",
"starts_at",
"cliff_at",
"ends_at",
"discrepancy",
"onchain_verified_at",
"fetched_at"
],
"type": "object"
}