NFT Details by NFT id

This NFT gives more details about a specific NFT based on NFT id.Basically the metadata of an NFT which is currently most sought after

Get details about a particular NFT

GET https://stg-api.unmarshal.io/v1/"chain"/address/"address"/details?tokenid=""&auth_key=""

Sample API -

https://stg-api.unmarshal.io/v1/bsc/address/0x85f0e02cb992aa1f9f47112f815f519ef1a59e2d/details?tokenid=10002198864&auth_key=VGVtcEtleQ==

Path Parameters

NameTypeDescription

Chain*

String

Chains Supported : bsc, ethereum, matic

Address*

String

NFT contract address

Query Parameters

NameTypeDescription

tokenid*

String of numbers which represent the token id

auth_key

String

Auth Key used to access Unmarshal APIs

{
  "contact_address": "0x85f0e02cb992aa1f9f47112f815f519ef1a59e2d",
  "token_id": "10002198864",
  "token_uri": "https://meta.polkamon.com/meta?id=10002198864",
  "nft_metadata": {
    "animation_url": "https://assets.polkamon.com/videos/Unimons_T07C03H08B04G00.mp4",
    "attributes": [
      {
        "trait_type": "Type",
        "value": "Unichick"
      },
      {
        "trait_type": "Horn",
        "value": "Candy Cane"
      },
      {
        "trait_type": "Color",
        "value": "Blue"
      },
      {
        "trait_type": "Background",
        "value": "Mountain Range"
      },
      {
        "trait_type": "Opening Network",
        "value": "Binance Smart Chain"
      },
      {
        "trait_type": "Glitter",
        "value": "No"
      },
      {
        "trait_type": "Special",
        "value": "No"
      },
      {
        "trait_type": "Birthday",
        "value": 1633210817,
        "display_type": "date"
      },
      {
        "trait_type": "Booster",
        "value": 10000000732955,
        "display_type": "number"
      }
    ],
    "background_color": "FFFFFF",
    "boosterId": 10000000732955,
    "description": "Hectic and fluttering, the Unichick is always on the move, discovering life at the fastest pace. Behind the hyperactive facade is the full presence of timidity and thoughtfulness.",
    "external_url": "https://polkamon.com/polkamon/T07C03H08B04G00",
    "id": "10002198864",
    "initialProbabilities": {
      "background": 1,
      "color": 0.25,
      "glitter": 0.99,
      "horn": 0.16,
      "type": 0.135
    },
    "name": "Unichick",
    "randomNumber": "0x368729732a9a40003d859f857e2595e047bef1a152be4673d52c61cb07a275e3",
    "txHash": "0x0bbfcc94bcf36247f3dc8c2648767df02f6eccd66ef0e5a93cb3c529c1d388d5"
  },
  "image_url": "https://assets.polkamon.com/videos/Unimons_T07C03H08B04G00.mp4",
  "name": "Unichick",
  "type": "721",
  "price": 0,
  "entire_response": "{\"boosterId\":10000000732955,\"id\":\"10002198864\",\"txHash\":\"0x0bbfcc94bcf36247f3dc8c2648767df02f6eccd66ef0e5a93cb3c529c1d388d5\",\"randomNumber\":\"0x368729732a9a40003d859f857e2595e047bef1a152be4673d52c61cb07a275e3\",\"image\":\"https://assets.polkamon.com/images/Unimons_T07C03H08B04G00.jpg\",\"external_url\":\"https://polkamon.com/polkamon/T07C03H08B04G00\",\"description\":\"Hectic and fluttering, the Unichick is always on the move, discovering life at the fastest pace. Behind the hyperactive facade is the full presence of timidity and thoughtfulness.\",\"name\":\"Unichick\",\"initialProbabilities\":{\"horn\":0.16,\"color\":0.25,\"background\":1,\"glitter\":0.99,\"type\":0.135},\"attributes\":[{\"trait_type\":\"Type\",\"value\":\"Unichick\"},{\"trait_type\":\"Horn\",\"value\":\"Candy Cane\"},{\"trait_type\":\"Color\",\"value\":\"Blue\"},{\"trait_type\":\"Background\",\"value\":\"Mountain Range\"},{\"trait_type\":\"Opening Network\",\"value\":\"Binance Smart Chain\"},{\"trait_type\":\"Glitter\",\"value\":\"No\"},{\"trait_type\":\"Special\",\"value\":\"No\"},{\"display_type\":\"date\",\"trait_type\":\"Birthday\",\"value\":1633210817},{\"display_type\":\"number\",\"trait_type\":\"Booster\",\"value\":10000000732955}],\"opening_network\":\"Binance Smart Chain\",\"background_color\":\"FFFFFF\",\"animation_url\":\"https://assets.polkamon.com/videos/Unimons_T07C03H08B04G00.mp4\"}"
}

Last updated