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 集合、艺术品、代币和其他资产,其中指定地址被列为创作者,并附有验证状态。对于艺术家作品集、创作者版税跟踪、市场归属和 Solana 生态系统中的集合发现至关重要。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getAssetsByCreator", "params": { "creatorAddress": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3" } }'
{ "jsonrpc": "2.0", "result": { "total": 1, "limit": 1, "page": 1, "items": [ { "interface": "Custom", "id": "JEH7cJxAKdprFG5AvdsY2c4ZqojxLBjFmw19zADV6oK5", "content": {}, "authorities": [ {} ], "compression": {}, "grouping": [ {} ], "royalty": {}, "creators": [ {} ], "ownership": {} } ] } }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
成功响应
The response is of type object.
object
此页面对您有帮助吗?