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

X-Api-Key
string
required
Your API key with Read or Trade scope

Query Parameters

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

Request Examples

Response

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