Get Pending Orders
Retrieves a list of the user’s pending orders that are currently active in the order book.
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.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Query parameters
symbolstringOptionalExample:
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$Responses
200
OK
application/json
get
/api/v1/trade/order200
OK
Last updated