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