This endpoint provides an overview of all opened limit orders for an account on the platform:

  • order_id: The unique numeric order ID assigned by the platform.
  • customer_order_id: An arbitrary string identifier assigned by the API customer at the moment of order creation.
  • contract_id: The symbol of the contract associated with the order.
  • limit_price: The price limit set for the order.
  • time_in_force: Specifies the conditions under which the order remains valid.
  • reduce_only: A boolean flag that indicates whether the order is intended to only reduce a position, not increase it.
  • opened_quantity_steps: The number of steps currently opened
  • opened_quantity_contracts: The number of contracts currently opened
  • opened_quantity_assets: The total quote amount currently opened.
  • reduced_quantity_steps
  • reduced_quantity_contracts
  • reduced_quantity_asset
  • filled_quantity_steps: The number of steps that have been filled.
  • filled_quantity_contracts: The number of contracts that have been filled.
  • filled_quantity_asset: The total quote amount that has been filled.
  • average_price: The average price at which the order has been filled.
  • created_at: The timestamp in RFC3339 format indicating when the order was created.
  • updated_at: The timestamp in RFC3339 format indicating the last modification to the order.

Each request to this endpoint costs 1 API credit.

Language
Credentials
Header
Click Try It! to start a request and see the response here!