New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Retrieve all editions and prints of a Solana NFT master edition including edition numbers and metadata with pagination support
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getNftEditions",
"params": {
"mint": "Ey2Qb8kLctbchQsMnhZs5DjY32To2QtPuXNwWvk4NosL"
}
}
'{
"last_indexed_slot": 365750752,
"total": 1,
"limit": 1,
"page": 1,
"master_edition_address": "8SHfqzJYABeGfiG1apwiEYt6TvfGQiL1pdwEjvTKsyiZ",
"supply": 61,
"max_supply": 69,
"editions": [
{
"mint": "GJvFDcBWf6aDncd1TBzx2ou1rgLFYaMBdbYLBa9oTAEw",
"edition_address": "<string>",
"edition": 123,
"burnt": "<unknown>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
The version of the JSON-RPC protocol.
2.0 An ID to identify the request.
"1"
The name of the DAS method to invoke.
getNftEditions Show child attributes
Successful response
All data up to and including this slot is guaranteed to have been indexed.
365750752
The total number of limited edition Solana NFTs minted from this master edition.
1
The maximum number of NFT editions requested.
1
The current page of results.
1
The Solana blockchain address of the master edition NFT that controls the print editions.
"8SHfqzJYABeGfiG1apwiEYt6TvfGQiL1pdwEjvTKsyiZ"
Current supply of minted Solana NFT editions from this master edition.
61
Maximum possible supply of Solana NFT editions that can be minted from this master.
69
An array of individual Solana NFT editions minted from this master edition.
Show child attributes
Was this page helpful?
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getNftEditions",
"params": {
"mint": "Ey2Qb8kLctbchQsMnhZs5DjY32To2QtPuXNwWvk4NosL"
}
}
'{
"last_indexed_slot": 365750752,
"total": 1,
"limit": 1,
"page": 1,
"master_edition_address": "8SHfqzJYABeGfiG1apwiEYt6TvfGQiL1pdwEjvTKsyiZ",
"supply": 61,
"max_supply": 69,
"editions": [
{
"mint": "GJvFDcBWf6aDncd1TBzx2ou1rgLFYaMBdbYLBa9oTAEw",
"edition_address": "<string>",
"edition": 123,
"burnt": "<unknown>"
}
]
}