GET
/
apechain
/
v1
/
nft
/
collections
/
{address}
/
tokens
/
{tokenID}
curl --request GET \
  --url https://data-api.cloud.ormi.dev/apechain/v1/nft/collections/{address}/tokens/{tokenID}
{
  "address": "0xcf9a9600d50874244ed6085773379a75cd60d72c",
  "ercType": "ERC-721",
  "metadata": {
    "attributes": "[{\"trait_type\":\"Background\",\"value\":\"7\"},{\"trait_type\":\"Fur\",\"value\":\"12\"},{\"trait_type\":\"Earring\",\"value\":\"0\"},{\"trait_type\":\"Hat\",\"value\":\"4\"},{\"trait_type\":\"Eyes\",\"value\":\"0\"},{\"trait_type\":\"Clothes\",\"value\":\"32\"},{\"trait_type\":\"Mouth\",\"value\":\"1\"}]",
    "imageUri": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My...jQ4Ii8+PC9zdmc+",
    "mintedBlockNumber": 9183,
    "mintedTimestamp": "2024-10-22T23:10:10Z",
    "name": "OnChain Monkey #50",
    "symbol": "OCAPE"
  },
  "tokenId": "50",
  "tokenUri": "data:application/json;base64,eyJuYW1lIjogIk9...pOCtQQzl6ZG1jKyJ9"
}

Path Parameters

address
string
required

Contract address.

tokenID
string
required

Token ID of the contract.

Response

200 - application/json
NFT token with metadata.

The response is of type object.