Shred Delivery and Sender are now live! Get earliest access to raw Solana data and optimized transaction sending. Learn about Shred Delivery | Learn about Sender
简体中文
检索在 Solana 区块链上从母版 NFT 创建的所有限量版印刷品。此专用版本追踪 API 返回从特定母版版本铸造的所有单个 NFT 版本的完整列表,以及它们的唯一铸造地址、版本号和当前供应信息。对于管理限量版艺术品的 NFT 平台、追踪版本稀有性的收藏家以及验证 Solana NFT 生态系统中真实印刷品的市场来说至关重要。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getNftEditions", "params": { "mint": "Ey2Qb8kLctbchQsMnhZs5DjY32To2QtPuXNwWvk4NosL" } }'
{ "total": 1, "limit": 1, "page": 1, "master_edition_address": "8SHfqzJYABeGfiG1apwiEYt6TvfGQiL1pdwEjvTKsyiZ", "supply": 61, "max_supply": 69, "editions": [ { "mint": "GJvFDcBWf6aDncd1TBzx2ou1rgLFYaMBdbYLBa9oTAEw", "edition_address": "<string>", "edition": 123, "burnt": "<any>" } ] }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
成功响应
The response is of type object.
object
此页面对您有帮助吗?