Skip to main content
GET
List orders

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.

status
enum<string>
Available options:
created,
awaiting_funds,
awaiting_confirmations,
funds_received,
overpaid,
underpaid,
processing_payout,
completed,
failed,
expired
currency
string

Matches either the origin or the destination currency.

Example:

"GHS"

origin
string

Comma-separated origin currencies.

Example:

"USDC,USDT"

destination
string

Comma-separated destination currencies.

Example:

"GHS,NGN"

from
string<date-time>

Created at or after.

to
string<date-time>

Created before.

externalReference
string
Example:

"inv-1042"

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.