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.