Init Cancel Listing from Marketplace
Remove listed Nft Item from marketplace. The client or user might be want to unlist their Nft items from marketplace.
Init Cancel Listing from Marketplace
POST
{{server-url}}/marketplace-items/:id/cancel
It returns unsigned transaction data.
Path Parameters
id*
Number
Represents marketplace item's identifier
Headers
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Example Response Body
Response Fields
from
String
Sender address
to
String
Receiver address (it will be contract address for our case)
data
String
Represents encoded transaction content
gas
Number
Represents transaction fee parameter
gasPrice
String
Represents transaction fee parameter
nonce
Number
Count of sender transactions
chainId
Number
Represents the id information of the network where the transaction will perform.
Last updated