Authorizations
Limited demo key for API Reference: 5c951bc81da566bbd030ba8e20724063
.
Query Parameters
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.
Example:
"0x5344e5a7,0x5314e6a7"
Wallet address to filter transactions by user
Example:
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Comma-separated list of chain IDs to filter by
Example:
"1,42161,10"
Page number for pagination
Required range:
x >= 1
Example:
1
Number of results per page (max 500)
Required range:
1 <= x <= 500
Example:
25
Time period filter
Available options:
day
, week
, month
, allTime
Example:
"week"
Start date filter (Unix timestamp)
Example:
"1640995200"
End date filter (Unix timestamp)
Example:
"1672531200"