Adds txHash to Order

Adds a transaction hash (txhash) to the specified order. Requires the β€˜orderId’ as a parameter and a valid β€˜txhash’ in the request body.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

orderIdstringRequired
Order's identifier.

Request

This endpoint expects an object.
txHashstringOptional

Response

successful operation
orderIdstring
messagestring

Errors

400
Add Tx Hash to Order Request Bad Request Error
404
Add Tx Hash to Order Request Not Found Error