Amend Order Command
POST/v2/command
Ability to amend the price ,quantity and type (i.e. change from Taker Only to Maker only and vice-versa) on Limit orders. It can be applied only to open orders (quantityFilled=0 and status=OPEN).
Submits a command to the trading engine to amend an order. A successful response indicates that the command entry was acknowledged but does not indicate that the command was executed.
This endpoint uses the signing format which does not require strict field
ordering and addition of null fields in the request body. Quantities and prices does not require strict precision.
E.g. for asset precision of 4 - 100, 100.0, 100.00, 100.000 and 100.0000 are all accepted.
Requires
- bearer token in authorization header
Ratelimited: True. Higher tiers of rate limits available by providing the BX-RATELIMIT-TOKEN request header.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Status OK. This means a command was successfully acknowledged.
Bad Request
For example, sending a request with the BX-SIGNATURE header missing will result in the following response:
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error