Places a new limit order on the order book. The order will be matched against existing orders if possible, and any remaining quantity will be placed on the book.
Required scopes: place:order or trade
API Key for authentication. Get your key from the dashboard.
Market UUID to place the order on
Outcome to bet on
yes, no Order side. BUY = betting outcome will happen, SELL = betting outcome won't happen
BUY, SELL Order type (currently only LIMIT is supported)
LIMIT Price between 0.01 and 0.99 (probability/100)
^0\.(0[1-9]|[1-9][0-9]?)$"0.55"
Number of contracts to buy/sell
"100"
Time in force: GTC (Good Till Cancelled), IOC (Immediate or Cancel), FOK (Fill or Kill)
GTC, IOC, FOK Order placed successfully
UUID of the created order
Current order status
OPEN, PARTIALLY_FILLED, FILLED, CANCELLED Quantity that was immediately filled
Quantity remaining on the book
Average price of fills
List of trades that occurred