Insured data feed
Insured data feed: pay a premium for an ETH/USD price snapshot (?premiumUsdc=, ?maxDeviationPct=, ?checkDelaySeconds=). If the real price has drifted more than your insured tolerance by the checkpoint, claim a 2x refund — a real payout for genuinely stale data, not a fabricated failure.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice 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://lab.paidapis.net/api/insured-feed/subscribe
| Category | Market data |
|---|---|
| Provider host | lab.paidapis.net |
| 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
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "POST",
"queryParams": {
"checkDelaySeconds": 0,
"maxDeviationPct": 0,
"premiumUsdc": 0,
"subscriberAddress": ""
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {
"checkDelaySeconds": {
"description": "Seconds until the checkpoint, up to 3600 (default 30).",
"type": "integer"
},
"maxDeviationPct": {
"description": "Insured tolerance in percent (default 1).",
"type": "number"
},
"premiumUsdc": {
"description": "Premium to pay, up to 5.",
"type": "number"
},
"subscriberAddress": {
"description": "Wallet address eligible for the insurance payout.",
"type": "string"
}
},
"required": [
"subscriberAddress",
"premiumUsdc"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"properties": {
"actualDeviationPct": {
"type": [
"number",
"null"
]
},
"checkAt": {
"type": "string"
},
"liveEthUsdPriceAtCheck": {
"type": [
"number",
"null"
]
},
"maxDeviationPct": {
"type": "number"
},
"premiumUsdc": {
"type": "number"
},
"snapshotEthUsdPrice": {
"type": "number"
},
"status": {
"enum": [
"pending-check",
"held",
"claim-eligible",
"refunded"
],
"type": "string"
},
"subscribedAt": {
"type": "string"
},
"subscriberAddress": {
"type": "string"
},
"subscriptionId": {
"type": "string"
}
},
"type": "object"
}
}
}
}
}