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

# GET /v2/nfts/collections

`GET /v2/nfts/collections`

Get NFT collections

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

nft collections

- NftCollections
  - `nft_collections` NftCollection[], required
    - `address` string, address, required
    - `approved_by` string[], required
    - `metadata` object
    - `metadata_status` NftCollectionMetadataStatus
      - `is_broken` boolean
      - `last_refresh_success` integer, nullable
      - `last_refresh_try` integer, nullable
      - `url` string
    - `next_item_index` integer, required
    - `owner` AccountAddress
      - `address` string, maybe-address, required
      - `icon` string
      - `is_scam` boolean, required — Is this account was marked as part of scammers activity
      - `is_wallet` boolean, required
      - `name` string — Display name. Data collected from different sources like moderation lists, dns, collections names and over.
    - `previews` ImagePreview[]
      - `resolution` string, required
      - `url` string, required
    - `raw_collection_content` string, cell, required
    - `trust` 'whitelist' | 'graylist' | 'blacklist' | 'none', required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
