GET
/
v1
/
metadata
/
{collectionSlug}
/
{tokenId}
curl --request GET \
  --url https://api.oneofnone.io/v1/metadata/{collectionSlug}/{tokenId}
{
  "name": "<string>",
  "description": "<string>",
  "external_url": "<string>",
  "image": "<string>",
  "animation_url": "<string>",
  "attributes": [
    {
      "trait_type": "<string>",
      "value": "<string>"
    }
  ]
}

Path Parameters

collectionSlug
string
required

The slug identifier of the collection.

tokenId
string
required

The token ID of the product within the collection.

Response

200
application/json
Product metadata retrieved successfully.

The response is of type object.