getNftEditions RPC Method
Please note that this RPC method requires the Solana DAS (Digital Asset Standard) API add-on enabled on your QuickNode endpoint.
Solana Web3.js 2.0 includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate QuickNode Marketplace add-ons into your applications. For more information on how to use QuickNode Marketplace add-ons with Solana Web3.js 2.0, check out these guides: How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 1) and How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 2)
Parameters
mintAddress
string
REQUIRED
The mint address of the master NFT
sortBy
object
Sorting criteria
sortBy
string
The criteria to sort by which can be one of the following: "created", "updated", "recentAction", "none"
sortDirection
string
Can be one of "asc", "desc"
limit
integer
The maximum number of assets to retrieve
page
integer
The index of the page to retrieve. The page parameter starts at 1
Returns
results
object
The information about the NFT editions:
total
integer
The number of NFT editions returned
limit
integer
The limit specified in the request
page
integer
The page number of the results
master_edition_address
string
The address of the master NFT edition
supply
integer
The current supply of editions
max_supply
integer
The maximum supply of editions
editions
array of objects
An array of objects containing information about the specified NFT editions:
edition
object
The information about the specified NFT edition:
mint
string
The mint address of the NFT edition
edition_address
string
The address of the NFT edition
edition
integer
The edition number of the NFT
Request
1curl https://docs-demo.solana-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc": "2.0","id": 1,"method": "getNftEditions","params": {"mintAddress": "Ey2Qb8kLctbchQsMnhZs5DjY32To2QtPuXNwWvk4NosL", "limit": 10}}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free