Skip to main content
GET
List transactions

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.