---
title: "Collections"
method: POST
path: "/collections"
tags: ["Collections"]
---

# Collections

`POST /collections`

Use this API to explore a collection's metadata and statistics (sales, volume, etc).

## Request body

- union
  - object
    - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
    - `includeMintConfig` boolean — Whether to include mint configuration.
    - `includeOwnerAddress` boolean — Whether to include owner address.
    - `collectionIds` string[], required — List of collection IDs to retrieve. example: `0xbd3531da5cf5857e7cfaa92426877b022e612cf8`
  - object
    - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
    - `includeMintConfig` boolean — Whether to include mint configuration.
    - `includeOwnerAddress` boolean — Whether to include owner address.
    - `collectionSlugs` string[], required — List of collection Slugs to retrieve. example: `pudgypenguins`

## Response `200`

Successful

---

[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)
