Skip to main content

Retrieve NFT Info for Mina NFT V2

POST 

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

Retrieves detailed information about a Mina NFT V2.

Request

Bodyrequired

    collectionAddressstringrequired

    Always set to B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT for Mina NFT V2.

    Example: B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT
    nftAddressstring

    The unique NFT address.

    Example: B62qoT6jXebkJVmsUmxCxGJmvHJUXPNF417rms4PATi5R6Hw7e56CRt

Responses

Successful response

Schema
    contractAddressstring
    Example: B62qs2NthDuxAT94tTFg6MtuaP1gaBxTZyNv9D3uQiQciy1VsaimNFT
    nftAddressstring
    Example: B62qoT6jXebkJVmsUmxCxGJmvHJUXPNF417rms4PATi5R6Hw7e56CRt
    tokenIdstring
    Example: wXqDrUzWtK58CaWCzN2g3zseU275dhSnRtBthcroeqT6HGKkos
    tokenSymbolstring
    Example: NFT
    contractUristringnullable
    Example: https://minanft.io
    namestring
    Example: Minaty 0001
    metadataRoot object
    datastring
    kindstring
    storagestring
    Example: bafkreiffyjf6lpxw5uzniwam7lv7oyezfsxnnfj3yeo67ht3nch3gvgvwi
    ownerstring
    Example: B62qkX4VQYdmgc7dmLyiPpMhLRfrWjWnyoGGhdqF4bXtTcbv6E1HWsD
    pricenumber
    Example: 0
    versionnumber
    Example: 1
    metadataobjectnullable
    algoliaobjectnullable

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-v2' \
-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!