v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Drops Endpoints

Get 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.

get/api/v2/drops

Query parameters

typestring

Drop calendar type: featured, upcoming, or recently_minted

limitinteger

Number of results to return (1-100, default: 20)

chainsChainIdentifier[]

Comma-separated list of chains to filter by (e.g. ethereum, base). Omit to return drops on all chains.

[
  "ethereum"
]
cursorstring

Pagination cursor for next page

Response

Paginated list of drops