G

Gblin · Governance

by Gblin

GETBase

$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/governance

14

Calls / 30d

7

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

Pay to0x0eba5d314f4f5dcb7a094953fa9311a45172dd1b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Gblin & similar services