v1

latestOpenAPI 3.1.02026-07-26399062.0 KB
api-gateway

Returns historical transactions for the authenticated user. An optional time range may be supplied via start_timestamp_ns / end_timestamp_ns; when both bounds are given, end_timestamp_ns must be greater than start_timestamp_ns. Inverted ranges are rejected with a 400.

get/transactions

Query parameters

account_idstring nullable

Optional account ID. If omitted, default (primary) user account is used.

transaction_typesstring[] required
end_timestamp_nsinteger nullable
start_timestamp_nsinteger nullable
cursorstring nullable
limitinteger nullable
sort_ts'asc' | 'desc'

Sort order/direction.

  • asc: ascending order per field type (e.g. lexicographic, numeric, etc.)
  • desc: descending order per field type

Response

List of transactions

limitinteger nullable
next_cursorstring nullable
total_countinteger nullable