v2

latestOpenAPI 3.1.0Proprietary2026-07-3191563.2 KB
Orders

List your orders

Tenant-scoped list, newest first, keyset-paginated. Pass the returned next_cursor back as ?cursor= to page; a null next_cursor is the last page.

get/v1/orders

Query parameters

status'received' | 'awaiting_payment' | 'paid' | 'reserved' | 'swapping' | 'funding' | 'purchasing' | 'fulfilling' | 'completed' | 'delivered' | 'failed' | 'reversed' | 'expired' | 'held' | 'cancelled'

Lifecycle status. awaiting_payment is the only cancellable state.

Filter by order status.

limitinteger
cursorstring

Opaque cursor from a previous page's next_cursor.

Response

A page of orders.

next_cursorstring nullable required

Pass back as ?cursor=; null on the last page.