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": "getMaxRetransmitSlot" }'
{ "jsonrpc": "2.0", "id": "1", "result": 1234 }
您的Helius API密钥。您可以在仪表板中免费获取一个。
JSON-RPC 协议版本。
2.0
"2.0"
请求的唯一标识符。
"1"
要调用的 RPC 方法名称。
getMaxRetransmitSlot
"getMaxRetransmitSlot"
成功检索到最大重传槽位。
与请求匹配的标识符。
此验证器节点当前正在重新传输数据碎片以帮助修复其他节点的最高 Solana 槽号。
1234
此页面对您有帮助吗?