Order Management
Create a new order.
POST
/
api
/
v1
/
order
Body
application/json
Unique identifier for the market. Obtainable via the Markets API.
Indicates whether the order is a buy (true) or sell (false) order.
Specifies the type of order (MARKET or LIMIT).
Size of the position to be opened, denoted in the token's denomination. Precision details can be fetched via the Markets API.
The price at which the order is to be executed. For MARKET orders, this value should be set to "0".
The expiration timestamp of the order, in milliseconds since the epoch.
Specifies whether the order is reducing an existing position (true) or opening a new one (false).