BTC/ETH regime + realized-vol above/below call, 4h or 24h horizon
BTC/ETH regime + realized-vol above/below call, 4h or 24h horizon. Signed EIP-712 delivery receipt, anchored on Base via EAS; scoring is a published deterministic rule against public Chainlink rounds, independently recomputable. Full method: https://x402.payperbyte.io/feeds
Answeringour last check, 2026-09-24
1 of 1checks answered this week
246 msmedian answer time
$0.02listed price per call
$0.02price 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://x402.payperbyte.io/feeds/regime-signal
| Category | Everything else |
|---|---|
| Provider host | x402.payperbyte.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.02 | 246 ms |
Example input (from the provider)
{
"body": {
"asset": "BTC",
"h": 4
},
"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": {
"asset": {
"description": "The asset to classify. SOL is closed as an option: both Chainlink SOL/USD feeds on Base have an 86,400s heartbeat, unusable for 4h/24h windows.",
"enum": [
"BTC",
"ETH"
],
"type": "string"
},
"h": {
"description": "Horizon in hours \u2014 4 or 24. rv_threshold/rv_call/confidence are computed against this SAME horizon's own non-overlapping window history; regime always uses trailing 24h data regardless of h.",
"enum": [
4,
24
],
"type": "integer"
}
},
"required": [
"asset",
"h"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}