List Active Orders
Orders
List Active Orders
List active orders for the authenticated user
GET
List Active Orders
Overview
Retrieve a list of active orders for the authenticated user. Active orders include orders that are still being processed or waiting to be filled. For historical/completed orders, use the Order History endpoint. Active order statuses:pending_settlement, new, open, partially_filled
Authentication
Your API key with Read or Trade scope
Query Parameters
Filter by trading pair symbolExample:
USDT-NGNFilter by active order statusAllowed values:
pending_settlement, new, open, partially_filledRequest Examples
Response
Indicates if the request was successful
Human-readable response message
Array of active order objects
ISO 8601 timestamp of the response
Success Response
Error Responses
Rate Limits
- 100 requests per minute per API key
Next Steps
Order History
Get historical/completed orders
Get Order
Get details of a specific order
Cancel Order
Cancel an open order
Place Order
Place a new order