List buy orders
Buy Orders
List buy orders
Returns a cursor-paginated page of the API key owner’s buy orders, ordered by spend amount. Excludes deleted buy orders unless ?status=deleted is passed.
GET
List buy orders
Authorizations
API key issued via POST /api/public/v1/api-keys.
Query Parameters
Opaque cursor marking where the previous page ended. Omit it to fetch the first page; pass the meta.nextCursor from a response verbatim to fetch the next. A null meta.nextCursor means there are no more pages. Treat the value as opaque — its format varies per endpoint.
Minimum string length:
1Maximum number of items per page. Defaults to 20; values are clamped to 1–100.
Available options:
active, execution_in_progress, execution_success, execution_failed, deleted, monitoring_started, monitoring_expired 
