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.

Path parameters

orderIdstringRequired
Order's identifier.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
txHashstringOptional

Response

successful operation
orderIdstring or null
messagestring or null

Errors