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
market_id
string
required
type
enum<string>
required
Available options:
ping_limit,
limit,
market,
stop_loss,
take_profit,
stop_loss_limit,
take_profit_limit,
stop_market,
stop_limit,
cancel,
amend
client_order_id
string
is_pm
boolean
price
number
side
enum<string>
Available options:
short,
long
size
number
size_percent
number
time_in_force
enum<string>
Available options:
good_till_cancel,
immediate_or_cancel,
fill_or_kill,
post_only
trigger_price
number

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean