Create OTC Trade
POST/v2/otc-trades
Creates an OTC trade, requires bearer token in authorization header.
This endpoint uses the signing format which does not require strict field ordering
and addition of null fields in the request body. Prices do not require strict precision.
E.g. for asset precision of 4 - 100, 100.0, 100.00, 100.000 and 100.0000 are all accepted.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Status OK. The create OTC trade command was successfully acknowledged. To check the current status of the
OTC trade, query Get Trade by ID using otcTradeId or clientOtcTradeId received in the response payload.
Bad Request
For example, sending a request with the BX-SIGNATURE header missing will result in the following response:
Unauthorized. Either API details are missing or invalid
Forbidden- You do not have access to the requested resource
Internal Server Error