Orders
Add txHash to off ramp order
Adds a transaction hash (txhash) to the specified order. Requires the ‘orderId’ as a parameter and a valid ‘txhash’ in the request body.
POST
/
orders
/
{orderId}
/
txHash
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
orderId
string
requiredOrder's identifier.
Body
application/json
txHash
string
Response
200 - application/json
orderId
string
message
string