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-balancesAll 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-fundFund 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-linkGenerate 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-sqlRun 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-schemaThe table + column schema for the onchain-sql tool - every queryable table (base.events, base.transactions, base.blocks,…
try in playground →