PUT
/
orders
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "id": "<string>",
      "market_id": "<string>",
      "price": 123,
      "profile_id": 123,
      "size": 123,
      "size_percent": 123,
      "status": "<string>",
      "trigger_price": 123
    }
  ],
  "success": true
}

Body

application/json
Order Amend Request
market_id
string
required
order_id
string
required
price
number
size
number
size_percent
number
trigger_price
number

Response

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