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
简体中文
返回节点在其账本中拥有信息的最低槽位。
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "minimumLedgerSlot" }'
{ "jsonrpc": "2.0", "id": "1", "result": 1234 }
您的Helius API密钥。您可以在仪表板中免费获取一个。
JSON-RPC协议版本。
2.0
"2.0"
请求的唯一标识符。
"1"
要调用的RPC方法名称。
minimumLedgerSlot
"minimumLedgerSlot"
此方法不需要参数。
成功检索到最小账本槽号。
与请求匹配的标识符。
在此验证器的状态重放缓冲区中仍然维护的最低 Solana 槽号,提供链重建的最小边界。
1234
此页面对您有帮助吗?