---
title: "Get a list of metadata from the given chain"
method: GET
path: "/v1/chains/{chain_name}/metadata"
tags: ["metadata"]
---

# Get a list of metadata from the given chain

`GET /v1/chains/{chain_name}/metadata`

Get a list of metadata from the given chain

## Path parameters

- `chain_name` string, required — The name of chain

## Query parameters

- `from_updated_at` string, date-time
- `page_cursor` string — Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
- `page_size` integer — Maximum number of items to return

## Response `200`

200 response

- ListMetadataResult
  - `result` Metadata[], required — List of metadata
    - `id` string, uuid, required — Metadata id in UUIDv4 format
    - `chain` Chain, required — The chain details
      - `id` string, required — The id of chain
      - `name` string, required — The name of chain
    - `contract_address` string, required — The contract address of the metadata
    - `created_at` string, date-time, required — When the metadata was created
    - `updated_at` string, date-time, nullable, required — When the metadata was last updated
    - `name` string, nullable, required — The name of the NFT
    - `description` string, nullable, required — The description of the NFT
    - `image` string, nullable, required — The image url of the NFT
    - `external_url` string, nullable — The external website link of NFT
    - `animation_url` string, nullable, required — The animation url of the NFT
    - `youtube_url` string, nullable, required — The youtube URL of NFT
    - `attributes` NFTMetadataAttribute[], nullable, required — List of Metadata attributes
      - `display_type` 'number' | 'boost_percentage' | 'boost_number' | 'date', nullable — Display type for this attribute
      - `trait_type` string, required — The metadata trait type
      - `value` union, required — The metadata trait value
        - string
        - number
        - boolean
  - `page` Page, required — Pagination properties
    - `previous_cursor` string, nullable, required — First item as an encoded string
    - `next_cursor` string, nullable, required — Last item as an encoded string

## Other responses

- `400` — Bad Request (400)
- `404` — The specified resource was not found (404)
- `500` — Internal Server Error (500)

---

[API](https://skmtc.dev/immutable/apis/immutable-zkevm-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-zkevm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-zkevm-api/revisions/59f94155fcd0/schema)
