Skip to main content
Retrieve a list of orders for the authenticated user and return it as a JSON object.
bool
If True, filter to only open orders (PENDING, PARTIALLY_FILLED, PARTIALLY_MERGED).
object
Optional market ID to filter orders. If 0, returns all orders.
object
required
Dictionary containing orders data if found, None otherwise
Raises
  • ValueError — If API_SERVER_URL or ACCOUNT environment variable is not set
Example