---
title: "Get drops"
method: GET
path: "/api/v2/drops"
tags: ["Drops Endpoints"]
---

# Get drops

`GET /api/v2/drops`

Get a list of NFT drops (mints) by type: featured, upcoming, or recently_minted. Results may be fewer than the requested limit due to post-fetch filtering.

## Query parameters

- `type` string
- `limit` integer
- `chains` ChainIdentifier[]
- `cursor` string

## Response `200`

Paginated list of drops

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[API](https://skmtc.net/opensea/apis/opensea-api.md) · [All operations](https://skmtc.net/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opensea/opensea-api/versions/acee8835f2ae/schema)
