Anywaypossible · Base Balance

by Anywaypossible

POSTBase

$0.001

per call · USD Coin on Base

Live Base wallet balance for AI agents. Returns native ETH and Circle USDC balances, atomic values, block height, contract address, and observation time for any EVM address. Includes a machine-readable upgrade path to treasury readiness for spend, gas-reserve, and wallet-health decisions. No API key.

Endpoint

POST https://anywaypossible.com/api/base-balance

6

Calls / 30d

4

Unique payers / 30d

Sep 5

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://anywaypossible.com/api/base-balance", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x0000000000000000000000000000000000000000"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://anywaypossible.com/api/base-balance" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x0000000000000000000000000000000000000000"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x0000000000000000000000000000000000000000",
  "blockNumber": 12345678,
  "chainId": 8453,
  "eth": "0",
  "ethAtomic": "0",
  "network": "Base",
  "observedAt": "2026-01-01T00:00:00.000Z",
  "recommendedNext": {
    "endpoint": "https://anywaypossible.com/api/treasury",
    "priceUsd": "0.02",
    "reason": "Check spend readiness, gas reserve, and exact funding shortfalls."
  },
  "usdc": "0",
  "usdcAtomic": "0"
}

Payment details

Pay to0xe5690d37805107c56f6195e65a262b234e0e5e75
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Anywaypossible & similar services