$0.001
per call · USD Coin on Base
GBLIN protocol governance state: owner, the 48h timelock delay that every owner-only change must pass through, and any pending operation.
Endpoint
GET https://gblin.digital/api/x402/governance14
Calls / 30d
7
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.digital/api/x402/governance", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://gblin.digital/api/x402/governance" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"contract": "0x36C81d7E1966310F305eA637e761Cf77F90852f0",
"founder_wallet": "0x0000000000000000000000000000000000000002",
"owner": "0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd",
"owner_is_renounced": false,
"owner_is_timelock": true,
"timelock": {
"address": "0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd",
"expected_min_delay_seconds": 172800,
"min_delay_hours": 48,
"min_delay_matches_expected": true,
"min_delay_seconds": 172800
},
"trust_summary": "Ownership held by the 48h Timelock. All admin actions are delay-enforced on-chain.",
"verification": {
"contract_basescan": "https://basescan.org/address/0x36C81d7E1966310F305eA637e761Cf77F90852f0#readContract",
"timelock_basescan": "https://basescan.org/address/0x6aBeC8716fFeEcf7C3D6e68255b4797113E8e5Dd#readContract"
}
}Payment details
0x0eba5d314f4f5dcb7a094953fa9311a45172dd1bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Gblin & similar services
Gblin · Treasury State
gblin.digital
Real-time GBLIN protocol state: NAV in USD, basket composition with dynamic weights, and Crash Shield status.
Gblin · Attestation
gblin.digital
EIP-712-signed risk attestation, verifiable OFFLINE in one step — no trust in this server required. Perishable (10-min) proof of the BTC/ETH risk regime (calm | elevated | crash) from GBLIN's on-chain Crash Shield on Base. Bought daily by a third-party ERC-8004 agent as a pinned input of its decision rule until 16 Aug 2026 (see /receipts). FREE sample: GET /api/x402/attestation-sample. Free verifier: verify_risk_attestation in @gblin-protocol/mcp-server.
Gblin · Seal
gblin.digital
AI Action Receipts: seal the HASHES of an AI action (input/output as hashes; your action label + meta are published) into GBLIN's signed append-only transparency log. Portable receipt: Ed25519 signature + RFC 6962 inclusion proof + C2SP signed checkpoint; root anchored daily on Base (EAS). Proves existence and time — not a compliance certificate. Free reads + demo: gblin-mcp.gblin-mcp-worker.workers.dev/log. Offline verifier: github.com/gblinproject/gblin-treasury-risk-regime