Agent402 / tools / Wallet operations

Wallet operations

Multi-chain balance reads, testnet funding, onramp links, and SQL over onchain data. Non-custodial: the agent signs with its own key.

5 tools in this category. ← All tools

Wallet token balances (indexed)

$0.002 · GET /api/wallet-balances

All token balances for any address in one call, from Coinbase's indexed data API - ERC-20 + native on EVM, SPL on Solana…

try in playground →

Testnet faucet (try x402 free)

$0.001 · POST /api/testnet-fund

Fund any address with testnet money via the Coinbase faucet - USDC (1) or ETH (0.0001) on Base Sepolia, USDC (1) or SOL …

try in playground →

Onramp link (fund a wallet with a card)

$0.001 · POST /api/onramp-link

Generate a single-use Coinbase Onramp URL that lets a human fund any wallet with a card or Apple Pay - the fastest way t…

try in playground →

Onchain SQL (query Base with SQL)

$0.020 · POST /api/onchain-sql

Run read-only SQL against Coinbase's indexed, DECODED blockchain data - base.events (decoded logs with parameters), base…

try in playground →

Onchain SQL schema

$0.002 · GET /api/onchain-sql-schema

The table + column schema for the onchain-sql tool - every queryable table (base.events, base.transactions, base.blocks,…

try in playground →