Animica x402 Directory

Directory / chainsscope.duckdns.org

chainsscope.duckdns.org/tools/wallet-balance/batch

Check up to 10 wallets in one call -- mix chains freely (e.g. an Ethereum wallet and a Solana wallet in the same request). Cheaper per item than calling wallet-balance that many times separately. A bad address in the batch doesn't fail the whole call -- that item just comes back with an error, the rest still succeed.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://chainsscope.duckdns.org/tools/wallet-balance/batch'

# -> 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 -X POST 'https://chainsscope.duckdns.org/tools/wallet-balance/batch'

Endpoint: https://chainsscope.duckdns.org/tools/wallet-balance/batch. Operated by chainsscope.duckdns.org, not by Animica. Price and availability were correct at the last probe on 2026-08-26 and are set by the operator, who may change them.

Other endpoints on chainsscope.duckdns.org

chainsscope.duckdns.org/tools/address-activity

Recent transaction history for an address, normalized across Ethereum, Base, Bitcoin, and Solana -- direction, counterparty, and value where the chain's data mo…

POST · $0.004

chainsscope.duckdns.org/tools/contract-inspect

Ethereum/Base only: is this address a contract, and if it looks like an ERC20 token, its name/symbol/decimals via eth_call -- skips the manual ABI-decoding work…

POST · $0.003

chainsscope.duckdns.org/tools/ens-resolve

Turn a .eth name into an address, or an address into its primary .eth name -- one endpoint, auto-detects which direction based on the input. Ethereum mainnet on…

POST · $0.01

chainsscope.duckdns.org/tools/fee-estimate

Current network fee conditions -- gas price (ETH/Base/Arbitrum/Optimism/Polygon), sat/vB fee tiers (Bitcoin), or recent prioritization fees (Solana) -- useful f…

POST · $0.01

chainsscope.duckdns.org/tools/token-holdings

Token balances for a wallet, with USD value where a price is available: full SPL token enumeration on Solana, or specific ERC20 balances on Ethereum/Base (a ver…

POST · $0.003

chainsscope.duckdns.org/tools/wallet-balance

Native balance for a wallet address, with one consistent response shape across Ethereum, Base, Bitcoin, and Solana -- no need to integrate each chain's RPC/expl…

POST · $0.002

chainsscope.duckdns.org/tools/wallet-scan

The flagship: balance, token holdings, recent activity, USD portfolio value, and an OFAC sanctions-list check for a wallet, in one call -- across Ethereum, Base…

POST · $0.04

All 8 endpoints on chainsscope.duckdns.org →