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
简体中文
返回 lamport 余额最大的 20 个账户(结果可能会缓存长达两个小时)。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getLargestAccounts", "params": [] }'
{ "jsonrpc": "2.0", "id": "1", "result": { "context": { "slot": 54 }, "value": [ { "lamports": 999974, "address": "99P8ZgtJYe1buSK8JXkvpLh8xPsCFuLYhz9hQFNw93WJ" } ] } }
您的Helius API密钥。您可以在仪表板中免费获取一个。
JSON-RPC 协议版本。
2.0
"2.0"
请求的唯一标识符。
"1"
要调用的 RPC 方法名称。
getLargestAccounts
"getLargestAccounts"
用于筛选账户的可选配置对象。
Show child attributes
成功检索到最大的账户。
JSON-RPC协议版本。
与请求匹配的标识符。
最大账户及其余额的列表。
此页面对您有帮助吗?