---
title: "List NFT Collections"
method: GET
path: "/v2/collections"
tags: ["Collections"]
---

# List NFT Collections

`GET /v2/collections`

## Query parameters

- `page` number, nullable — Page number
- `limit` number, nullable — Items per page
- `ownerAddress` string, required — Base-58 encoded string representing an on-chain address

## Response `200`

Returns a paginated list of NFT Collections

- object
  - `results` object[], required
    - `mintAddress` string, required — Base-58 encoded string representing an on-chain address
    - `status` string, required
    - `transferable` boolean — Whether or not the NFTs in this project can be transferred
    - `compressed` boolean — Whether or not the NFTs in this project are compressed
    - `name` string, required — Name stored as on-chain metadata
    - `symbol` string — Symbol stored as on-chain metadata
    - `description` string — Description stored in the metadata
    - `image` string, required — Image for your NFT. When creating an NFT, this can be a base64 encoded string or a URL pointing to an image.
    - `externalUrl` string — URL pointing to an external URL defining the asset
    - `animationUrl` string — URL pointing to the asset's animation.
    - `attributes` object — Key-value pairs of your NFT attributes
  - `page` number, required — Page number
  - `limit` number, required — Number per page
  - `totalPages` number, required — Total number of pages
  - `totalResults` number, required — Total number of results

---

[API](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/revisions/714574b82cc5/schema)
