NFT Sales

Prepare order cancel transaction

Prepare all required data to cancel given order on the blockchain

post/v0.1/orders/{id}/prepareCancelTx

Path parameters

idstring required
Example:ETHEREUM:0x19f487016770542dc6137b06499a4f7b42c9580f12d85d6347964b03b7682143

Order Id, has format 'ETHEREUM:${id}'

Response

OK

tostring required

Blockchain contract address in Union format ETHEREUM:${token}

datastring required

Example response

{
  "to": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.