$0.03
per call · USD Coin on Base
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.
Endpoint
GET https://gblin-sentinel.vercel.app/api/data/risk-pulse-pro4
Calls / 30d
2
Unique payers / 30d
Aug 30
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/risk-pulse-pro", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://gblin-sentinel.vercel.app/api/data/risk-pulse-pro" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"recommendation": {
"action": "hold",
"confidence": 0.82,
"suggested_allocation_pct": 65
},
"signal": "normal"
},
"endpoint": "risk-pulse-pro",
"price": "$0.03"
}Payment details
0x0eba5d314f4f5dcb7a094953fa9311a45172dd1bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment 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 Base Risk Pulse
gblin-sentinel.vercel.app
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.
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.