Skip to main content

Retrieve NFT Info for Mina NFT V3

POST 

https://minatokens.com/api/v1//info/nft

Retrieves detailed information about a Mina NFT V3 (NFT standard).

Request

Bodyrequired

    collectionAddressstringrequired

    Always set to B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT for Mina NFT V2.

    Example: B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT
    nftAddressstring

    The unique NFT address.

    Example: B62qoT6jXebkJVmsUmxCxGJmvHJUXPNF417rms4PATi5R6Hw7e56CRt

Responses

Successful response

Schema
    collection objectrequired
    contractTypestringrequired

    Possible values: [collection]

    collectionNamestringrequired
    collectionAddressstringrequired
    tokenIdstringrequired
    symbolstringrequired
    uristringrequired
    isPausedbooleanrequired
    bannerstring
    creatorstringrequired
    adminAddressstringrequired
    baseURLstringrequired
    royaltyFeenumberrequired
    transferFeestringrequired
    requireTransferApprovalbooleanrequired
    mintingIsLimitedbooleanrequired
    collectionIsPausedbooleanrequired
    masterNFT objectrequired
    typestringrequired

    Possible values: [nft, collection]

    contractTypestringrequired

    Possible values: [nft]

    tokenAddressstringrequired
    collectionNamestringrequired
    collectionAddressstringrequired
    collectionUristring

    The URI of the collection.

    collectionSymbolstring

    The symbol of the collection.

    collectionBaseURLstring

    The base URL of the collection.

    symbolstringrequired
    uristringrequired
    tokenIdstringrequired
    namestringrequired
    imagestringrequired
    descriptionstring
    metadataRootstringrequired
    storagestringrequired
    metadataVerificationKeyHashstringrequired
    ownerstringrequired
    approvedstring
    approvedVerificationKeyHashstring
    approvedTypestring
    versionnumberrequired
    idstringrequired
    canChangeOwnerByProofbooleanrequired
    canTransferbooleanrequired
    canApprovebooleanrequired
    canChangeMetadatabooleanrequired
    canChangeStoragebooleanrequired
    canChangeNamebooleanrequired
    canChangeMetadataVerificationKeyHashbooleanrequired
    canPausebooleanrequired
    isPausedbooleanrequired
    requireOwnerAuthorizationToUpgradebooleanrequired
    metadataobjectrequired
    statusstringrequired
    ratingnumberrequired
    updatednumberrequired
    creatednumberrequired
    chainstringrequired
    pricenumber
    likesnumber
    contractVerificationKeyHashstringrequired

    The verification key hash of the contract.

    contractVersionint32required

    The version number of the contract.

    contractVerificationKeyHashstringrequired

    The verification key hash of the contract.

    contractVersionint32required

    The version number of the contract.

    chainstringrequired
    updatednumberrequired
    creatednumberrequired
    likesnumber
    statusstringrequired
    ratingnumberrequired
    nft objectrequired
    typestringrequired

    Possible values: [nft, collection]

    contractTypestringrequired

    Possible values: [nft]

    tokenAddressstringrequired
    collectionNamestringrequired
    collectionAddressstringrequired
    collectionUristring

    The URI of the collection.

    collectionSymbolstring

    The symbol of the collection.

    collectionBaseURLstring

    The base URL of the collection.

    symbolstringrequired
    uristringrequired
    tokenIdstringrequired
    namestringrequired
    imagestringrequired
    descriptionstring
    metadataRootstringrequired
    storagestringrequired
    metadataVerificationKeyHashstringrequired
    ownerstringrequired
    approvedstring
    approvedVerificationKeyHashstring
    approvedTypestring
    versionnumberrequired
    idstringrequired
    canChangeOwnerByProofbooleanrequired
    canTransferbooleanrequired
    canApprovebooleanrequired
    canChangeMetadatabooleanrequired
    canChangeStoragebooleanrequired
    canChangeNamebooleanrequired
    canChangeMetadataVerificationKeyHashbooleanrequired
    canPausebooleanrequired
    isPausedbooleanrequired
    requireOwnerAuthorizationToUpgradebooleanrequired
    metadataobjectrequired
    statusstringrequired
    ratingnumberrequired
    updatednumberrequired
    creatednumberrequired
    chainstringrequired
    pricenumber
    likesnumber
    contractVerificationKeyHashstringrequired

    The verification key hash of the contract.

    contractVersionint32required

    The version number of the contract.

Authorization: x-api-key

name: x-api-keytype: apiKeyin: headerdescription: API key for authorization. Get your API key at https://minatokens.com/api
curl -L 'https://minatokens.com/api/v1/info/nft' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <x-api-key>' \
-d '{
"collectionAddress": "B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT",
"nftAddress": "B62qoT6jXebkJVmsUmxCxGJmvHJUXPNF417rms4PATi5R6Hw7e56CRt"
}'
Request Collapse all
Base URL
https://minatokens.com/api/v1
Auth
Body required
{
  "collectionAddress": "B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT",
  "nftAddress": "B62qoT6jXebkJVmsUmxCxGJmvHJUXPNF417rms4PATi5R6Hw7e56CRt"
}
ResponseClear

Click the Send API Request button above and see the response here!