Get Pending Orders

Retrieves a list of the user’s pending orders that are currently active in the order book.

This endpoint only returns pending orders. For open positions that are already filled (especially under One-Way Mode), refer to the Get Position Info endpoint instead. To close such positions, use a reduce-only order via Place Order.

This endpoint returns all open or pending orders that have been submitted but not yet executed or canceled.

Each order record includes detailed information such as symbol, side, order type, price, quantity, trigger price, and current status.

Use this endpoint to monitor outstanding orders and manage open trading intents.

Authentication with a valid API key and read permission scope is required.

Get List of Orders

get
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Query parameters
symbolstringOptional

Trading symbol

Example: BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$
Responses
200

OK

application/json
get
/api/v1/trade/order
200

OK

Last updated