Get open orders
This endpoint allows users to get open orders on their account.
Query Parameters
Field
Type
Need
Description
Example
"account"
string
required
Account address to filter orders
42trU9A5...
Response
Status 200: Successfully retrieved open orders
Field
Type
Description
'order_type'
string
"limit"
"market"
"stop_limit"
"stop_market"
"take_profit_limit"
"stop_loss_limit"
"take_profit_market"
"stop_loss_market"
Status 400: Invalid request parameters
Status 401: Unauthorized access
Status 500: Internal server error
Code Example (Python)
Last updated