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

# Get collections

`GET /collections`

## Query parameters

- `offset` integer
- `limit` integer

## Headers

- `ME-Pub-API-Metadata` RequestMetadata
  - `paging` boolean

## Response `200`

success response

- ICollectionV2[]
  - `symbol` string, required
  - `name` string, required
  - `description` string, required
  - `image` string, required
  - `twitter` string
  - `discord` string
  - `website` string
  - `isFlagged` boolean
  - `flagMessage` string
  - `categories` string[]
  - `floorPrice` number, double
  - `listedCount` number, double
  - `avgPrice24hr` number, double
  - `volumeAll` number, double
  - `isBadged` boolean
  - `hasCNFTs` boolean
  - `isOcp` boolean
  - `splTokens` string[]
  - `floorPriceWithFee` IFloorPriceInfo
    - `floorPrice` number, double, required
    - `floorListedNftType` 'M2' | 'MMM' | 'TENSOR_LISTING' | 'TENSOR_CNFT_LISTING' | 'TENSOR_MARKETPLACE_LISTING' | 'TENSOR_AMM' | 'TENSOR_AMM_V2' | 'HADESWAP_AMM' | 'M3', required

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
