Animica x402 Directory

Directory / multichain-rpc.clankerceo.workers.dev

multichain-rpc.clankerceo.workers.dev/balance

Native coin and ERC-20 token balance for any wallet address on Base, Polygon, Arbitrum, Optimism or Ethereum. Returns raw and human-decimal amounts in one call.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://multichain-rpc.clankerceo.workers.dev/balance'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://multichain-rpc.clankerceo.workers.dev/balance'

Endpoint: https://multichain-rpc.clankerceo.workers.dev/balance. Operated by multichain-rpc.clankerceo.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on multichain-rpc.clankerceo.workers.dev

multichain-rpc.clankerceo.workers.dev/gas

Live gas prices: EIP-1559 base fee plus low/medium/high priority tiers in gwei, and the estimated cost of a simple transfer.

GET · $0.001

multichain-rpc.clankerceo.workers.dev/nft

NFT metadata for ERC-721 and ERC-1155 tokens on Base, Polygon, Arbitrum, Optimism and Ethereum. Resolves tokenURI through IPFS, Arweave, data: URIs and public H…

GET · $0.004

multichain-rpc.clankerceo.workers.dev/proxy

Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent, Beacon) for any contract and return the current implementation address. Essential before trustin…

GET · $0.002

multichain-rpc.clankerceo.workers.dev/token

ERC-20 token metadata: name, symbol, decimals and total supply for any token contract on Base, Polygon, Arbitrum, Optimism or Ethereum.

GET · $0.002

multichain-rpc.clankerceo.workers.dev/tx

Transaction details and receipt by hash: status, block, from, to, value, gas used, effective gas price and decoded ERC-20 transfers.

GET · $0.002

All 6 endpoints on multichain-rpc.clankerceo.workers.dev →