Retrieve paginated transaction history with optional filtering
Limited demo key for API Playground: 5c951bc81da566bbd030ba8e20724063
.
Comma-separated list of your app IDs. By default, a request to this endpoint will return transactions across all appIds in your org. Each API key has a unique app ID. Multiple app IDs can exist within a single org ID.
"0x5344e5a7,0x5314e6a7"
Wallet address to filter transactions by user
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Comma-separated list of chain IDs to filter by
"1,42161,10"
Page number for pagination
x >= 1
1
Number of results per page (max 500)
1 <= x <= 500
25
Time period filter
day
, week
, month
, allTime
"week"
Start date filter (Unix timestamp)
"1640995200"
End date filter (Unix timestamp)
"1672531200"
Transaction history response
The response is of type object
.