API ドキュメント
post
/api/v1/Trade/orders/cancelCancels a working order.
Trade
パラメータ
version
path · string
必須
リクエストボディ
{
"accountId": 0,
"orderId": 0
}反応
- 202Cancel accepted.application/json
{ "status": "accepted", "message": "Cancel accepted.", "orderId": 1001 } - 400Validation failed.application/json
{ "status": "rejected", "message": "orderId must be positive." }