---
title: "Get All Collections"
method: GET
path: "/2022-06-09/collections/"
tags: ["NFT Collections"]
---

# Get All Collections

`GET /2022-06-09/collections/`

List all collections created under the current Crossmint project

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

## Response `200`

Success.

- object
  - `results` GetCollectionResponse[]
    - `id` string
    - `metadata` object
      - `name` string
      - `description` string
      - `imageUrl` string
      - `symbol` string
    - `fungibility` string
    - `onChain` object
      - `chain` string
      - `type` string
      - `contractAddress` string
    - `supplyLimit` integer
    - `payments` object
      - `price` string
      - `recipientAddress` string
    - `subscription` object
      - `enabled` boolean

## 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/versions/e2143d192130/schema)
