List Orders
Orders
List Orders
Returns a paginated list of orders for your project, sorted by creation date (newest first by default). Use the nextCursor or previousCursor returned in the response to navigate between pages.
API scope required: orders.read
GET
List Orders
Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Opaque cursor from a previous response's nextCursor or previousCursor. Omit on the first request.
Maximum number of orders to return. Minimum 1, maximum 100.
Required range:
1 <= x <= 100Sort direction applied to createdAt.
Available options:
asc, desc 
