G

Gblin Sentinel · Data Gblin Analytics

by Gblin Sentinel

GETBase

$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-analytics

8

Calls / 30d

5

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/gblin-analytics", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay to0x0eba5d314f4f5dcb7a094953fa9311a45172dd1b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Gblin Sentinel & similar services