Cancel listing
Builds a transaction delisting asset and returning it to seller's unencumbered control.
seller must be the wallet that created the listing. Any escrowed listing state is closed and its rent returned in the same transaction.
Authorization
ApiKeyAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Delists an artwork. Any escrowed listing state is closed and its rent returned in the same transaction.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v2/tx/fixed-price/cancel" \ -H "Content-Type: application/json" \ -d '{ "seller": "string", "asset": "string" }'{ "result": { "tx": "string" }}