Transaction Data
Transaction history and transfer analysis
Get paginated transaction history with detailed transaction data
API key authentication for higher rate limits. To use this authentication:
- Generate an API key at https://kairolabs.io/settings
- Include the API key in the Authorization header as a Bearer token
- Format:
Authorization: Bearer wi_your_api_key_here
API keys provide increased rate limits compared to unauthenticated requests.
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$Blockchain network identifier
ethPossible values: Maximum number of items to return
50Include internal transactions in results
falsePagination cursor for next page
Transaction history
Bad request - missing or invalid parameters
Rate limit exceeded
Internal server error
Get detailed ERC20 token transfer history
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$Blockchain network identifier
ethPossible values: Maximum number of items to return
50Sort order for transfers
DESCPossible values: Start block number
End block number
Start date (ISO 8601)
End date (ISO 8601)
Filter by specific token contract addresses
Pagination cursor for next page
ERC20 transfer history
Bad request - missing or invalid parameters
Rate limit exceeded
Internal server error
Last updated
Was this helpful?