P

PayPerByte · Feeds Regime Signal

by PayPerByte

POSTBase

$0.02

per call · USD Coin on Base

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

Endpoint

POST https://x402.payperbyte.io/feeds/regime-signal

2

Calls / 30d

1

Unique payers / 30d

Aug 31

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.payperbyte.io/feeds/regime-signal", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "asset": "BTC",
    "h": 4
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.payperbyte.io/feeds/regime-signal" \
  -H "Content-Type: application/json" \
  -d '{"asset":"BTC","h":4}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "feed": "regime-signal"
}

Payment details

Pay to0xffff4b8da8c165b556326453446f6940c8afe0db
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from PayPerByte & similar services