v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
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"
}