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": "getFirstAvailableBlock" }'
{ "jsonrpc": "2.0", "id": "1", "result": 250000 }
您的 Helius API 密钥。您可以在仪表板中免费获取一个。
JSON-RPC 协议版本。
2.0
"2.0"
请求的唯一标识符。
"1"
要调用的 RPC 方法名称。
getFirstAvailableBlock
"getFirstAvailableBlock"
成功检索到最低确认区块的槽。
与请求匹配的标识符。
此节点存储历史中仍可用的最早 Solana 区块槽号,指示可访问区块链数据的下限。
250000
此页面对您有帮助吗?