Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

The Address History API provides indexed onchain data across multiple blockchain networks, offering comprehensive information on asset transactions and balance histories. Unlike the SQL API which allows custom queries across all Base blockchain data, Address History focuses specifically on wallet-centric JSON RPC operations with pre-built endpoints. Key features include:
  • Multi-chain support: Query wallet data across different blockchains
  • Asset transaction history: Get all transactions for a specific wallet address
  • Balance history tracking: Track balance changes over time
  • Indexed data for efficient queries: Fast responses without complex query writing
  • Simple API endpoints: No SQL knowledge required
There are various ways to query address history data, including: Here are some quickstart examples for using the Address History API.