Search customer orders
Orders
Search customer orders
Retrieves orders for a specific customer. The request body is optional — omitting it returns the first page with defaults (pageSize 30, pageNumber 0, no filters).
Returns on/off-ramp orders only — swaps are not included. Track swaps via swap_updated webhooks.
POST
Search customer orders
Authorizations
API key sent in the Authorization header.
Path Parameters
The customer (child org) ID. Must belong to the caller's organization or a direct child.
Body
application/json
Response
Paginated orders
A page of orders.
The items on this page.
Zero-based index of this page.
Required range:
x >= 0Example:
0
Number of items per page.
Required range:
x >= 0Example:
30
Total number of items across all pages.
Required range:
x >= 0Example:
42
Total number of pages.
Required range:
x >= 0Example:
2
URL to fetch the next page of results, if available.