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": "my-id", "method": "searchAssets", "params": { "ownerAddress": "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY", "tokenType": "all", "limit": 50 } }'
{ "assets": { "total": 80, "limit": 50, "page": 1, "items": [ { "interface": "V1_NFT", "id": "SomeNftMintKey12345", "ownership": { "owner": "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY", "ownership_model": "single" }, "content": { "json_uri": "https://example.com/metadata/12345.json" } } ] }, "nativeBalance": { "lamports": 123, "price_per_sol": 123, "total_price": 123 } }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
成功响应
The response is of type object.
object
此页面对您有帮助吗?