v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22280107.9 KB
Transactions

List transactions

List transactions for the authenticated user with cursor-based pagination.

get/transactions

Query parameters

cursorstring

Opaque cursor from a previous response

Opaque cursor from a previous response

limitinteger

Items per page (1-100, default 50)

Items per page (1-100, default 50)

account_idstring uuid

Filter by account ID

Filter by account ID

Response

Transactions retrieved.

has_moreboolean required
cursorstring nullable required

Opaque cursor for the next page, null if no more pages

countinteger required

Number of items in the current page

Example response

{
  "meta": {
    "request_id": "req_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "timestamp": "2026-04-10T12:00:00.000Z"
  }
}