helius_get_nft_editions
Retrieve NFT editions for a master edition on the Solana blockchain using the Helius API. Input the master edition ID to access detailed edition information.
Instructions
Get NFT editions for a master edition
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
masterEditionId | Yes | ||
page | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "number"
},
"masterEditionId": {
"type": "string"
},
"page": {
"type": "number"
}
},
"required": [
"masterEditionId"
],
"type": "object"
}