Path Parameters
The ID of the portfolio that owns the order
Body
- UNKNOWN_ORDER_SIDE: nil value
- BUY: Buy order
- SELL: Sell order
BUY
, SELL
- UNKNOWN_ORDER_TYPE: nil value
- MARKET: A market order
- LIMIT: A limit order
- TWAP: A time-weighted average price order
- BLOCK: A block trade
- VWAP: A volume-weighted average price order
- STOP_LIMIT: A conditional order combined of stop order and limit order
- RFQ: A request for quote
MARKET
, LIMIT
, TWAP
, BLOCK
, VWAP
, STOP_LIMIT
, RFQ
- UNKNOWN_TIME_IN_FORCE: nil value
- GOOD_UNTIL_DATE_TIME: Expires at a certain date/time
- GOOD_UNTIL_CANCELLED: Order stays on the books until cancelled
- IMMEDIATE_OR_CANCEL: Order is executed immediately at submission or is cancelled
- FILL_OR_KILL: Order is executed immediately and fully at submission or is cancelled
GOOD_UNTIL_DATE_TIME
, GOOD_UNTIL_CANCELLED
, IMMEDIATE_OR_CANCEL
, FILL_OR_KILL
Specifies whether the order is treated as a post only order.
The maximum order size that will show up on venue order books (in quote currency).
"100.50"
The maximum order size that will show up on venue order books (in base currency).
"10.5"
Response
A successful response.
The ID of the portfolio that owns the order
"3e1fe27e-26fe-46d8-b118-c752a2ae6b47"
The ID of the product being traded by the order
"BTC-USD"
- UNKNOWN_ORDER_SIDE: nil value
- BUY: Buy order
- SELL: Sell order
BUY
, SELL
- UNKNOWN_ORDER_TYPE: nil value
- MARKET: A market order
- LIMIT: A limit order
- TWAP: A time-weighted average price order
- BLOCK: A block trade
- VWAP: A volume-weighted average price order
- STOP_LIMIT: A conditional order combined of stop order and limit order
- RFQ: A request for quote
MARKET
, LIMIT
, TWAP
, BLOCK
, VWAP
, STOP_LIMIT
, RFQ
Order size in base asset units (either base_quantity
or quote_value
is required)
"50"
Order size in quote asset units, i.e. the amount the user wants to spend (when buying) or receive (when selling); the quantity in base units will be determined based on the market liquidity and indicated quote_value
. Either base_quantity
or quote_value
is required
"100"
The limit price (required for TWAP, VWAP, LIMIT, and STOP_LIMIT orders)
"50.12"
The start time of the order in UTC (only applies to TWAP orders.)
"2021-05-31T09:59:59.000Z"
The expiry time of the order in UTC (TWAP, VWAP, LIMIT and STOP_LIMIT GTD only). Required for TWAP and VWAP orders if historical_pov is unspecified
"2021-05-31T10:59:59.000Z"
- UNKNOWN_TIME_IN_FORCE: nil value
- GOOD_UNTIL_DATE_TIME: Expires at a certain date/time
- GOOD_UNTIL_CANCELLED: Order stays on the books until cancelled
- IMMEDIATE_OR_CANCEL: Order is executed immediately at submission or is cancelled
- FILL_OR_KILL: Order is executed immediately and fully at submission or is cancelled
GOOD_UNTIL_DATE_TIME
, GOOD_UNTIL_CANCELLED
, IMMEDIATE_OR_CANCEL
, FILL_OR_KILL
Indicate the total commission paid on this order in quote currency - only applicable if the order has any fills
"4.99"
How much slippage is expected
"0.05"
Current best bid for order book
"10"
Current best ask for order book
"10"
Indicate expected average filled price based on the current order book
"50.19"
Order quantity + fees
"123"
The estimated participation rate for a TWAP/VWAP order. This field can be specified instead of expiry time, and will be used to compute the expiry time of the order based on historical participation rate.
"0.5"
Raise Exact order flag
false
Stop price for the order
"50000.00"
The maximum order size that will show up on venue order books.
"10.5"
The maximum order size that will show up on venue order books (in quote currency).
"100.50"
The maximum order size that will show up on venue order books (in base currency).
"10.5"