---
title: "Get Verified Collections"
method: GET
path: "/collections"
tags: ["Collections"]
---

# Get Verified Collections

`GET /collections`

Retrieves all verified collections based on parameters provided

## Query parameters

- `sortBy` 'statsV2.volume1h:desc' | 'statsV2.volume1h:asc' | 'statsV2.volume24h:desc' | 'statsV2.volume24h:asc' | 'statsV2.volume7d:desc' | 'statsV2.volume7d:asc' | 'statsV2.volumeAll:desc' | 'statsV2.volumeAll:asc' | 'statsV2.numBids:desc' | 'statsV2.numBids:asc' | 'statsV2.numListed:desc' | 'statsV2.numListed:asc' | 'createdAt:asc' | 'createdAt:desc' | 'slugDisplay:asc' | 'slugDisplay:desc', required
- `limit` integer, required
- `slugDisplays` string[]
- `collIds` string[]
- `vocs` string[]
- `fvcs` string[]
- `page` integer

## Response `200`

Ok

- GetCollectionsResponse
  - `collections` GetCollectionSanitized[], required
    - `name` string, nullable, required
    - `collId` string, required
    - `slugDisplay` string, nullable, required
    - `slugMe` string, nullable, required
    - `slugAtlas3` string, nullable, required
    - `symbol` string, nullable, required
    - `description` string, nullable, required
    - `teamId` string, nullable, required
    - `website` string, nullable, required
    - `discord` string, nullable, required
    - `twitter` string, nullable, required
    - `imageUri` string, nullable, required
    - `tensorVerified` boolean, required
    - `tensorWhitelisted` boolean, required
    - `whitelistPda` string, nullable, required
    - `whitelistV2Pda` string, nullable, required
    - `tokenStandard` 'NON_FUNGIBLE' | 'FUNGIBLE_ASSET' | 'FUNGIBLE' | 'NON_FUNGIBLE_EDITION' | 'PROGRAMMABLE_NON_FUNGIBLE' | 'PROGRAMMABLE_NON_FUNGIBLE_EDITION', required
    - `compressed` boolean, required
    - `inscription` boolean, required
    - `inscriptionMetaplex` boolean, required
    - `spl20` boolean, required
    - `sellRoyaltyFeeBPS` number, double, nullable, required
    - `stats` RecordStringAny, required — Construct a type with a set of properties K of type T
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `firstListDate` string, date-time, required
    - `hidden` boolean, required
    - `flagReason` string, nullable, required
    - `tokenProgram` 'SPL_TOKEN' | 'SPL_TOKEN_2022' | 'MPL_CORE' | 'BUBBLEGUM', required
    - `transferHookProgram` string, nullable, required
  - `total` number, double, required
  - `page` number, double, required

## Other responses

- `400`
- `422` — Validation Error

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/revisions/9b2ca326bf47/schema)
