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 数字资产。这个强大的集合浏览 API 返回共享相同分组标识(如集合、社区或其他分组)的 NFT 的完整列表,提供每个资产的全面元数据和所有权详细信息。对于显示集合的 NFT 市场、显示分组资产的投资组合应用程序以及跟踪 Solana 生态系统中集合范围指标的分析平台至关重要。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getAssetsByGroup", "params": { "groupKey": "collection", "groupValue": "J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w" } }'
{ "jsonrpc": "2.0", "result": { "total": 1, "limit": 1, "page": 1, "items": [ { "interface": "ProgrammableNFT", "id": "JEGruwYE13mhX2wi2MGrPmeLiVyZtbBptmVy9vG3pXRC", "authorities": [ "<any>" ], "compression": {}, "grouping": [ "<any>" ], "royalty": {}, "creators": [ "<any>" ], "ownership": {}, "supply": {}, "mutable": true, "burnt": false } ] } }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
成功响应
The response is of type object.
object
此页面对您有帮助吗?