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

Your API key: sk_test_… (sandbox) or sk_live_… (production).

Query Parameters

limit
integer

Page size, 1–100.

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

20

cursor
string

The nextCursor from the previous page.

currency
string

Only this balance account.

Example:

"GHS"

from
string

ISO date or datetime, inclusive.

Example:

"2026-08-01"

to
string

ISO date or datetime, inclusive — a bare date covers the whole day.

Example:

"2026-08-31"

Response

Newest first.

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required

Pass as cursor to fetch the next page. Null on the last page.