Getting NFT Metadata
These endpoints include finding NFTs and their metadata
Find NFT Metadata
Find an NFT from the contract address and token id
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"item": {
"image": "https://nftgo.mypinata.cloud/ipfs/QmXq4BBd4QTjSX8DEDN4Nj7kwmGL8fDndSrVpxukoesiyw",
"metadata": "https://ipfs.io/ipfs/QmYfeFRtg4tq3upwsPw6xvrP75MYSqyv8E7wpkxNxE4EWr",
"name": "Awesome NFT 5",
"owner_public_key": "0x899825b3c2339A2A3d738a933920E7C4F0d001Ff",
"token_id": "45018383"
}
},
"status": 200,
"message": "NFT was found"
}{
"data": {},
"status": 400,
"message": "There was an error"
}{
"data": {},
"status": 401,
"message": "Not Authorized"
}Find an NFT from the contract address and token id if it is for Sale
Headers
Name
Type
Description
Request Body
Name
Type
Description
Find an NFT from the contract address and token id
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated