$0.002
per call · USD Coin on Base
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.
Endpoint
GET https://gblin-sentinel.vercel.app/api/data/gblin-analytics8
Calls / 30d
5
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/gblin-analytics", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://gblin-sentinel.vercel.app/api/data/gblin-analytics" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"basket": [
{
"symbol": "cbBTC",
"weight_pct": 45
},
{
"symbol": "WETH",
"weight_pct": 45
},
{
"symbol": "USDC",
"weight_pct": 10
}
],
"crash_shield_active": false,
"nav_usd": 2001.55,
"total_supply": "0.501234"
},
"endpoint": "gblin-analytics",
"price": "$0.002"
}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 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.