POST
/
orders
{
  "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
}

Body

application/json

Order Create Request

The body is of type object.

Response

200
application/json

OK

The response is of type object.