Skip to main content
GET
List transactions

Authorizations

Authorization
string
header
required

Bearer authentication header using an access token.

Example: Authorization: Bearer <accessToken>

Query Parameters

startDate
string<date-time>

Filter transactions created on or after this date. ISO 8601 format.

endDate
string<date-time>

Filter transactions created on or before this date. ISO 8601 format.

cursor
string

Cursor for pagination. Use the nextCursor value from the previous response.

limit
integer<int32>
default:50

Number of items to return per page.

Required range: 1 <= x <= 50

Response

200 - application/json

The request has succeeded.

data
object[]
required
pageInfo
object
required