Directory / multichain-rpc.clankerceo.workers.dev
ERC-20 token metadata: name, symbol, decimals and total supply for any token contract on Base, Polygon, Arbitrum, Optimism or Ethereum.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://multichain-rpc.clankerceo.workers.dev/token' # -> 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/token'
Endpoint: https://multichain-rpc.clankerceo.workers.dev/token. 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.
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.
Live gas prices: EIP-1559 base fee plus low/medium/high priority tiers in gwei, and the estimated cost of a simple transfer.
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…
Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent, Beacon) for any contract and return the current implementation address. Essential before trustin…
Transaction details and receipt by hash: status, block, from, to, value, gas used, effective gas price and decoded ERC-20 transfers.