Skip to main content
GET
List orders

Authorizations

X-Api-Key-Id
string
header
required

Your key id, verbatim. Public — it identifies the credential. The secret is never transmitted.

Headers

X-Timestamp
string

Unix seconds. Optional, carried for symmetry — send the same value as the t= inside X-Signature, which is the one actually validated.

Query Parameters

partner_order_ref
string

Exact match on your own reference.

state
enum<string>

An unrecognised value is a 400, not an empty page.

Available options:
PENDING,
FULFILLED,
FAILED,
UNDER_REVIEW,
REFUND_PENDING,
REFUNDED
limit
integer
default:25

1–100. Clamped, not rejected.

cursor
string

An order_id from the previous page. There is no next_cursor field — continue from the last order's id, and a page shorter than limit is the end.

Response

A page of orders.