https://exclusivo.one/api/v1 · scopes orders:read, orders:write
List orders
Newest first.
All four filters apply to the page you got, not your whole order history.A page of 50 orders containing 2 refunded ones returns count: 2 while
hasMore is still true. A short or empty page doesn’t mean there’s nothing left.Page until hasMore is false.
Because filters are per-page, a narrow filter over a long history costs a lot of
requests. For anything ongoing use a webhook —
order.created, order.paid, order.fulfilled, order.refunded — and keep
this endpoint for backfills.
Read one
Full order — line items, shipping choice, fulfilment and payment reference.
Crypto orders
These carry the transaction signature or hash.
A signature on its own doesn’t prove an order was paid — it proves a transaction
landed. We verify sender, recipient and amount before marking anything paid. If
you’re reconciling independently, check the same three.
Errors