G

Gblin Sentinel · Data Base Risk Pulse

by Gblin Sentinel

GETBase

$0.002

per call · USD Coin on Base

Base network risk signal (normal/caution/risk-off) for ETH, BTC and USDC computed from Chainlink oracles, with feed-staleness and USDC-depeg checks. Cheap, high-frequency market-regime feed for autonomous agents.

Endpoint

GET https://gblin-sentinel.vercel.app/api/data/base-risk-pulse

9

Calls / 30d

6

Unique payers / 30d

Sep 8

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://gblin-sentinel.vercel.app/api/data/base-risk-pulse", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://gblin-sentinel.vercel.app/api/data/base-risk-pulse" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "btc_usd": 60210.55,
    "checks": {
      "oracle_staleness": "ok",
      "usdc_depeg": "ok"
    },
    "eth_usd": 3450.12,
    "signal": "normal",
    "usdc_usd": 0.9999
  },
  "endpoint": "base-risk-pulse",
  "price": "$0.002"
}

Payment details

Pay to0x0eba5d314f4f5dcb7a094953fa9311a45172dd1b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Gblin Sentinel & similar services