> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Tokens

> Get metadata about a given token, including floor prices, spam scores, and cached image and video assets.

### Path

<ParamField path="coinType" type="string" placeholder="60" required>
  The coin type of the token.
</ParamField>

<ParamField path="chainId" type="string" placeholder="137" required>
  The chain ID of the token.
</ParamField>

<ParamField path="contractAddress" type="string" placeholder="0xb010d3ed7209506ab110c5de197a48abd1cc493f" required>
  The contract address of the token.
</ParamField>

<ParamField path="tokenId" type="string" placeholder="129561570933110973282272298182881312837" required>
  The ID of the token.
</ParamField>

### Examples

<img src="https://mintcdn.com/bitski/M9S3MklVi0sxl9A9/assets/images/nft-details-ff3742629fd33ef7c27f561866327c2b.png?fit=max&auto=format&n=M9S3MklVi0sxl9A9&q=85&s=8e45fca9f4fae9230597200cf2a97935" alt="NFT Detail" width="5400" height="3600" data-path="assets/images/nft-details-ff3742629fd33ef7c27f561866327c2b.png" />

<ResponseExample>
  ```json Sample Response theme={null}
  {
    "token": {
      "coinType": 60,
      "chainId": 137,
      "contractAddress": "0xb010d3ed7209506ab110c5de197a48abd1cc493f",
      "id": "0x6178a6a20ce747bfbbc6f057efe80045",
      "metadata": {
        "name": "Moonbirds x Bitski Open Edition",
        "image": "https://lh3.googleusercontent.com/L6PpBk9qa4OqLZFhODrRnDgel3BB0-4XBNJ3jXAxc7bcFaJhpfGyKIHgwz5FlOXqKToimNDTWbiGw32hZY9yp7Yx_SzOVAyH_HM=s1000",
        "animationUrl": "https://cdn.simplehash.com/assets/2a2d30b2eb1160b67f506a42f1d3e4131d818ae831cdfeb1a2469f7942694300.mp4",
        "description": "This Moonbirds-inspired open edition is an ode to the CC0 roots of the Moonbirds community. Moonbirds are art collectors, creatives, and dreamers, and we believe Web3 needs more of that ethos in its communities. This gasless, free special Open Edition NFT will only be available to claim for a short period of time and has no value or roadmap attached to it.",
        "externalUrl": "https://www.bitski.com/bitski",
        "marketplaceUrl": "https://opensea.io/assets/matic/0xb010d3ed7209506ab110c5de197a48abd1cc493f/129561570933110973282272298182881312837",
        "attributes": [
          {
            "traitType": "Collection",
            "value": "Moonbirds"
          },
          {
            "traitType": "Hoot",
            "value": "Hoot"
          },
          {
            "traitType": "License",
            "value": "CC0"
          },
          {
            "traitType": "Partner",
            "value": "Bitski"
          }
        ],
        "hasRarityData": false,
        "properties": {
          "Collection": "Moonbirds",
          "Hoot": "Hoot",
          "License": "CC0",
          "Partner": "Bitski"
        }
      }
    }
  }
  ```
</ResponseExample>
