Beta: The Wallet API is currently in beta. APIs and response formats may change.
identity
Get wallet identity information for known addresses
balances
Retrieve all token and NFT balances with USD values
history
Fetch transaction history with balance changes
transfers
Get all token transfer activity with sender/recipient info
funded-by
Discover the original funding source for a wallet
Authentication
All Wallet API requests require authentication via API key:Base URL
Quick Reference
GET /v1/wallet/{wallet}/identity- Get wallet identity informationPOST /v1/wallet/batch-identity- Batch identity lookup (up to 100 addresses)GET /v1/wallet/{wallet}/balances- Get all token and NFT balancesGET /v1/wallet/{wallet}/history- Get transaction history with balance changesGET /v1/wallet/{wallet}/transfers- Get all token transfer activityGET /v1/wallet/{wallet}/funded-by- Find the original funding source