Skip to main content
GET

Headers

x-publisher-token
string
required

Publisher token.

Query Parameters

startDate
string<date-time>
required

Start date of the query in UTC ISO 8601 format.

Example:

"2025-05-26T00:00:00Z"

endDate
string<date-time>
required

End date of the query in UTC ISO 8601 format.

Example:

"2025-07-24T23:59:59Z"

limit
integer
default:10

Maximum number of transactions to return per page.

Min: 1 Max: 10,000

sortDirection
enum<string>
default:asc

Sort order of the results based on the timestamp field.

Available options:
asc,
desc

Response

Successfully retrieved transactions.

totalCount
integer

Total number of transactions matching the query.

Example:

"245"

nextCursor
string

Cursor pointing to the next page of results.

Example:

"eyJpZCI6IjY0YzkidQ=="

nextPageQuery
string

Fully-formed query string for fetching the next page of results.

Example:

"?startDate=2025-05-26T00:00:00Z&endDate=2025-07-24T23:59:59Z&limit=100&sortDirection=asc&cursor=eyJpZCI6IjY0YzkidQ=="

results
object[]

List of transaction results returned by the query.