Buying, Selling, and Transfers
These endpoints include buying and selling NFTs, as well as listing them for sale, removing them from sale, and transferring them externally
Buy, Sell, Transfer NFTs
List an NFT for Sale
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"for_sale": true,
"list_price": 120
},
"status": 200,
"message": "NFT has been listed for sale"
}{
"data": {},
"status": 400,
"message": "There was an error"
}{
"data": {},
"status": 401,
"message": "Not Authorized"
}{
"status": 500,
"message": "Internal Server Error"
}Remove an NFT from Sale
Headers
Name
Type
Description
Request Body
Name
Type
Description
Execute the sale of an NFT including transferring the NFT to buyer
Headers
Name
Type
Description
Request Body
Name
Type
Description
Execute the transfer of an NFT
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated