---
title: "Get All NFTs"
method: GET
path: "/2022-06-09/collections/{collectionId}/nfts"
tags: ["NFTs"]
---

# Get All NFTs

`GET /2022-06-09/collections/{collectionId}/nfts`

Get a list of all the NFTs in a given collection.

**API scope required**: `nfts.read`

## Path parameters

- `collectionId` string, required

## Query parameters

- `page` number, required
- `perPage` number

## Response `200`

Success. Returns an array of objects describing the NFTs minted from this collection.

- NFTObjectEVM[]
  - `id` string
  - `metadata` object
    - `name` string
    - `image` string
    - `description` string
  - `onChain` object
    - `status` string
    - `tokenId` string
    - `owner` string
    - `txId` string
    - `contractAddress` string
    - `chain` string
    - `subscription` object
      - `expiresAt` string, date-time — The date and time when the subscription expires

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
