NFT Endpoints
Description of endpoints used to get data related to posts on the DeSo blockchain
Get NFTs For User
Request Body
Name
Type
Description
{
"NFTsMap": { // Map of Post Hash Hex to an object containing a PostEntryResponse AND an NFTEntryResponse.
"4bd205ec36bb13e76620b48ffc601340562c3ad7fa61b5343f0d9edc6ff6e2f8": {
"PostEntryResponse": <PostEntryesponse>, // PostEntryResponse of the post that is an NFT owned by UserPublicKeyBase58Check
"NFTEntryResponses": [<NFTEntryResponse>, <NFTEntryResponse>]// NFTEntryResponses describe the serial numbers of this NFT. There may be multiple for a given post if a user owns multiple NFTs
},
}
}{
// Response
}Get NFT Bids For User
Request Body
Name
Type
Description
Get NFT Bids For NFT Post
Request Body
Name
Type
Description
Get NFT Showcase
Request Body
Name
Type
Description
Get Next NFT Showcase
Get NFT Collection Summary
Request Body
Name
Type
Description
Get NFT Entries For Post Hash
Request Body
Name
Type
Description
Last updated
Was this helpful?
