Skip to main content
GET
Get transaction history for current user

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Headers

Zuba-Account-Id
string<uuid>

Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.

Query Parameters

currency
string

Filter transactions by currency code (ISO 4217, optional)

Example:

"EUR"

limit
number

Maximum number of transactions to return (1-500)

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

100

offset
number

Number of transactions to skip for pagination

Required range: x >= 0
Example:

0

Response

Transaction history retrieved successfully with pagination details