G

GitHub Status Check · Status Github

by GitHub Status Check

POSTBaseSolana

$0.005

per call · USD Coin on Base

Check GitHub's official status source for current incidents, component health, and scheduled maintenance before an agent retries, deploys, or escalates.

Endpoint

POST https://agentbodega.store/api/status/github

3

Calls / 30d

1

Unique payers / 30d

Aug 13

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://agentbodega.store/api/status/github", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "includeComponents": true
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agentbodega.store/api/status/github" \
  -H "Content-Type: application/json" \
  -d '{"includeComponents":true}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "success": true
}

Payment details

Pay to0xe8799c2deda78ecceb329d1e8fe9f110bf55e4f8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from GitHub Status Check & similar services