Skip to main content
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

string
required
Your API key with Read or Trade scope

Query Parameters

string
Filter by trading pair symbolExample: USDT-NGN
string
Filter by active order statusAllowed values: pending_settlement, new, open, partially_filled

Request Examples

Response

boolean
required
Indicates if the request was successful
string
required
Human-readable response message
array
required
Array of active order objects
string
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