Skip to main content
GET
Get Transactions

Authorizations

x-api-key
string
header
required

Limited demo key for API Reference: 5c951bc81da566bbd030ba8e20724063.

Query Parameters

appIds
string

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"

walletAddress
string

Wallet address to filter transactions by user

Example:

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

chainIds
string

Comma-separated list of chain IDs to filter by

Example:

"1,42161,10"

limit
integer
default:25

Number of results per page (max 50)

Required range: 1 <= x <= 50
Example:

25

period
enum<string>

Time period filter

Available options:
day,
week,
month
Example:

"week"

startDate
string

Start date filter (Unix timestamp)

Example:

"1640995200"

endDate
string

End date filter (Unix timestamp)

Example:

"1672531200"

cursor
string

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

Example:

"NjgxNGU5YzQ1ZTJjNjYwMDAxMjM0NTY3XzE3MDY3NDU2MDA="

Response

200 - application/json

Transaction history response

txs
object[]
cursor
object