Amend an existing order with the given details
{
"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
}
Order Amend Request
The body is of type object
.
OK
The response is of type object
.
{
"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
}
Amend an existing order with the given details
{
"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
}
Order Amend Request
The body is of type object
.
OK
The response is of type object
.
{
"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
}