The Wallet History API provides indexed on-chain data across multiple blockchain networks, offering comprehensive information on asset transactions and balance histories. 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 wallet history data, including: Unlike the SQL API which allows custom queries across all Base blockchain data, Wallet History focuses specifically on wallet-centric JSON RPC operations with pre-built endpoints. Here are some quickstart examples for using the Wallet History API.