getNftEditions
POST
/{apiKey}
Returns all editions of a given master NFT.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The ID of the master NFT to get editions for.
integeroptionaldefaults to
100The maximum number of editions to retrieve.
integeroptionaldefaults to
1The 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?