$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-pulse9
Calls / 30d
6
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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 -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
0x0eba5d314f4f5dcb7a094953fa9311a45172dd1bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Gblin Sentinel & similar services
Gblin Sentinel · Data Keeper Opps
gblin-sentinel.vercel.app
Live GBLIN keeper bounty availability on Base: whether a profitable incentivizedRebalance exists right now, expected ETH reward, and the MCP tool reference to execute it.
Gblin Sentinel · Data Gblin Analytics
gblin-sentinel.vercel.app
GBLIN treasury analytics on Base: total supply, NAV, basket dynamic weights (cbBTC/WETH/USDC), stability fund and keeper availability — read live from the on-chain index contract.
Gblin Sentinel · Data Risk Pulse PRO
gblin-sentinel.vercel.app
Actionable GBLIN treasury recommendation (invest/hold/reduce/defer) with confidence score and suggested allocation percentage, driven by live on-chain Crash Shield state on Base. Combines Chainlink price risk, treasury analytics and drawdown regime into one decision an agent can act on.