Skip to main content
GET
List transactions

Transaction Type Reference

These values describe the economic type of a transaction event. They are not accounting classifications; accounting treatment is the selected Chart-of-Accounts account on the linked journal entry.
Some values use spaces instead of underscores (e.g., INTERCOMPANY TRANSFER, CLAIM REWARD). Always reference the exact values below.

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), required on every request.

Query Parameters

status
string

Filter by lifecycle status (e.g. completed, failed, refund_completed).

startDate
string

Only records created on or after this time (RFC 3339 or YYYY-MM-DD).

endDate
string

Only records created on or before this time (RFC 3339 or YYYY-MM-DD).

walletId
string<uuid>

Only records for this wallet.

limit
integer
default:20

Maximum items per page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Response

A page of transaction records.

data
object[]
required
pagination
object
required