Skip to main content

Properties

NameTypeDescriptionNotes
order_idstr
user_idstrUnique identifier for users
client_order_idstr
tickerstr
sidestr
actionstr
typestr
statusOrderStatus
yes_priceint
no_priceint
yes_price_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places
no_price_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places
fill_countintThe number of contracts that have been filled
remaining_countint
initial_countintThe initial size of the order (contract units)
taker_feesintFees paid on filled taker contracts, in cents
maker_feesintFees paid on filled maker contracts, in cents
taker_fill_costintThe cost of filled taker orders in cents
maker_fill_costintThe cost of filled maker orders in cents
taker_fill_cost_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places
maker_fill_cost_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places
queue_positionintDEPRECATED: This field is deprecated and will always return 0. Please use the GET /portfolio/orders//queue_position endpoint instead
taker_fees_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places[optional]
maker_fees_dollarsstrUS dollar amount as a fixed-point decimal string with exactly 4 decimal places[optional]
expiration_timedatetime[optional]
created_timedatetime[optional]
last_update_timedatetimeThe last update to an order (modify, cancel, fill)[optional]
self_trade_prevention_typeSelfTradePreventionType[optional]
order_group_idstrThe order group this order is part of[optional]
cancel_order_on_pauseboolIf this flag is set to true, the order will be canceled if the order is open and trading on the exchange is paused for any reason.[optional]