Delist Xerial NFT
Endpoint allows you to delist a specific Xerial NFT from a collection on the Polygon Network.
Overview
Parameters
address
: (Path Parameter): Seller's wallet address (string).chain
: (Path Parameter): Blockchain (string). Available values:polygon
.
Request Body
Media Type: application/json
Example Value:
Responses
Success (Code 200)
Media Type: application/json
Example Value: An object containing the transaction hash for the successful delisting.
Usage
Send a POST request to the
/api/wallet/{address}/{chain}/delist-nft
endpoint to delist a specific Xerial NFT.Include the required parameters and request body in the request.
Handle the response accordingly based on success, unauthorized access, forbidden access, not found, method not allowed, precondition failed, or internal server error.
Note: Ensure the seller's wallet address and blockchain chain are valid. Verify the user's authentication status and permissions before delisting the NFT.
Last updated