v1
latestOpenAPI 3.1.02026-07-13570316.1 KBGet Wallet Transactions
Retrieves transactions for a specific wallet address across one or more blockchain networks. This endpoint provides comprehensive transaction data including both incoming and outgoing transactions, with block information, gas details, transaction status, and function calls. Results can be filtered, paginated, and sorted to meet specific requirements.
Authentication: Pass x-client-id header for frontend usage from allowlisted origins or x-secret-key for backend usage.
Path parameters
A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).
A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).
Query parameters
Chain ID(s) to request transaction data for. You can specify multiple chain IDs by repeating the parameter, up to a maximum of 50. Example: ?chainId=1&chainId=137
Chain ID(s) to request transaction data for. You can specify multiple chain IDs by repeating the parameter, up to a maximum of 50. Example: ?chainId=1&chainId=137
Filter by block timestamp (Unix timestamp) greater than or equal to this value
Filter by block timestamp (Unix timestamp) greater than or equal to this value
Filter by block timestamp (Unix timestamp) less than or equal to this value
Filter by block timestamp (Unix timestamp) less than or equal to this value
Filter by block number greater than or equal to this value
Filter by block number greater than or equal to this value
Filter by block number less than or equal to this value
Filter by block number less than or equal to this value
Filter by transaction value (in wei) greater than this value
Filter by transaction value (in wei) greater than this value
Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer
Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer
Current page number
Current page number
Number of items per page
Number of items per page
Sort order: 'asc' for ascending, 'desc' for descending
Sort order: 'asc' for ascending, 'desc' for descending
Response
Wallet transactions retrieved successfully. Returns transaction data with metadata including pagination information and chain details. Includes decoded function calls when ABI is available.