get
https://api.jetstream.trade/v1/portfolio/orders/
This endpoint provides an overview of specific order 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 openedopened_quantity_contracts: The number of contracts currently openedopened_quantity_assets: The total base amount currently opened.reduced_quantity_stepsreduced_quantity_contractsreduced_quantity_assetsfilled_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 base amount that 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.
Cost
Each request to this endpoint costs 1 API credit.