Skip to main content
POST
List transactions

Authorizations

X-API-KEY
string
header
required

Your partner API key.

X-API-SECRET
string
header
required

Your partner API secret.

Path Parameters

userId
string<uuid>
required

Identifier of the end user the resource belongs to.

Example:

"8f14e45f-ceea-467a-9a3f-1b2c0d4e5f60"

Body

application/json
page
integer

Zero-based page index.

size
integer

Page size. 0 returns every transaction.

sortBy
string

Sort expression, field,direction.

dateRange
string

Window to filter by, for example ALL_TIME.

Response

Success

code
integer
Example:

200

message
string
Example:

"Success"

status
enum<string>
Available options:
SUCCESS,
ERROR
Example:

"SUCCESS"

data

Successful responses share the standard envelope. The shape of data for this endpoint is not yet captured in this specification — see the note on the API reference overview.

errors
object[]
Example: