Skip to content
Alchemy Logo

getNftEditions

POST
/{apiKey}

Returns all editions of a given master NFT.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The ID of the master NFT to get editions for.

integeroptionaldefaults to 100

The maximum number of editions to retrieve.

integeroptionaldefaults to 1

The index of the "page" to retrieve.

stringoptional

Retrieve editions before this cursor.

stringoptional

Retrieve editions after this cursor.

Responses

200

Returns all editions of the specified master NFT.

Was this page helpful?