API Reference
Endpoints, filters, pagination, and response shapes.
Cross-Chain Token Balances
Fetch token balances across multiple EVM chains with a single API call.
Token Balances
Fetch token balances for any wallet or contract address.
Transaction History
Fetch transaction history for any wallet or contract address.
Subscriptions
Subscribe to events, receipts, balance updates for any wallet or contract address.
Webhooks
Receive webhook triggers for any contract emitted event.
What you can build
- Wallet and portfolio views: unified balances and positions across chains.
- Activity feeds: transfers, mints, burns, sales.
- Collection browsers: NFTs with metadata and ownership.
- Analytics: prices, volumes, holders, and contract events.
Quickstart
Use the SDKs for the fastest path, or call the REST API directly. The examples below illustrate typical requests; see the API reference for exact parameters and response fields.Supported Networks
You can see the full list of supported networks here.Further Reading
Here are a few example queries you can make to a blockchain from your app, game, or wallet:- Fetch all tokens & NFTS in a wallet across all EVMs
- Fetch all tokens & NFTS in any wallet including all metadata
- Fetch the transaction history for any wallet address
- Fetch all unique tokens in a particular ERC20/721/1155 contract, including total supplies
- Fetch the transaction history for any token contract address
- Listen to transactions for particular tokens/contracts/addresses via webhooks
- Subscribe to events, receipts, balance updates for any wallet or contract address