solanaGetNftEditions
Retrieve master and print edition information for a Solana NFT by providing its mint address. Supports pagination for large collections.
Instructions
Get edition information (master/print editions) for a Solana NFT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| mintAddress | Yes | Mint address of the NFT | |
| limit | No | Number of results to return | |
| page | No | Page number for pagination |