v1

latestOpenAPI 3.1.02026-07-262771117.8 KB

Get Transactions

Retrieve paginated transaction history with optional filtering.

get/getTransactions

Query parameters

appIdsstring
Example:0x5344e5a7,0x5314e6a7

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.

walletAddressstring
Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Wallet address to filter transactions by user

chainIdsstring
Example:1,42161,10

Comma-separated list of chain IDs to filter by

limitinteger
Example:25

Number of results per page (max 50)

period'day' | 'week' | 'month'
Example:week

Time period filter

startDatestring
Example:1640995200

Start date filter (Unix timestamp)

endDatestring
Example:1672531200

End date filter (Unix timestamp)

cursorstring
Example:NjgxNGU5YzQ1ZTJjNjYwMDAxMjM0NTY3XzE3MDY3NDU2MDA=

Pagination cursor from previous response. Use the cursor.next value from the response to fetch the next page.

Response

Transaction history response