List orders for a market
Returns orders for a market, optionally filtered by status and side.
Authentication
AuthorizationBearer
JWT access token from POST /auth/login or POST /oauth/token
OR
x-api-keystring
Organization-scoped API key created via POST /orgs/:orgId/api-keys. Carries permission grants.
Path parameters
orgId
assetId
marketId
Query parameters
status
Filter by status: open | filled | partial | cancelled
side
Filter by side: buy | sell
limit
Max results (default 50)
Response
Response
orders
Errors
403
Forbidden Error