{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"is_liquidation": true,
"market_id": "<string>",
"price": 123,
"profile_id": 123,
"side": "<string>",
"size": 123,
"size_percent": 123,
"status": "<string>",
"time_in_force": "<string>",
"trigger_price": 123,
"type": "<string>"
}
],
"success": true
}
Create a new order with the given details
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"client_order_id": "<string>",
"id": "<string>",
"is_liquidation": true,
"market_id": "<string>",
"price": 123,
"profile_id": 123,
"side": "<string>",
"size": 123,
"size_percent": 123,
"status": "<string>",
"time_in_force": "<string>",
"trigger_price": 123,
"type": "<string>"
}
],
"success": true
}
Order Create Request
The body is of type object
.
OK
The response is of type object
.