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
20000 (raw units)
price
2
calls / 30d
1
unique payers
2026-08-31
updated
Provider
x402.payperbyte.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xffFf4B8Da8C165B556326453446F6940C8AFE0DB",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"asset": "BTC",
"h": 4
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"feed": "regime-signal"
},
"type": "json"
}
},
"schema": {
"$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 — 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"
}
},
"payperbyte-service-metadata": {
"serviceName": "PayPerByte",
"tags": [
"payperbyte",
"regime-signal",
"financial",
"first-party"
]
}
}Use it
curl
curl "https://x402.payperbyte.io/feeds/regime-signal" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.payperbyte.io/feeds/regime-signal");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.payperbyte.io/feeds/regime-signal")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/2827.json, and this resource appears in /discovery/resources and /discovery/search.