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

# Get launchpad collections

`GET /launchpad/collections`

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

success response

- ILaunchpadCollectionV2[]
  - `symbol` string, required
  - `name` string, required
  - `description` string, required
  - `featured` boolean
  - `image` string, required
  - `price` number, double
  - `size` number, double
  - `launchDatetime` string — Launch date time in simplified extended ISO format
  - `chainId` string, required — Stringified EVM chain id, or "solana" for SOL launches
  - `contractAddress` string — Candy machine id on SOL, contract address for EVM

---

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