Solana
Solana
Solana
الخطة المجانية تغطي المشاريع الشخصية. الدفع حسب الاستخدام يتوسع دون بطاقة.
getMaxRetransmitSlot is a Solana JSON-RPC method that returns the highest slot a node has observed coming out of its retransmit stage — the part of the turbine pipeline that forwards block shreds to peers across the network that secures SOL. The result is a single u64 slot number. It is a low-level node-internal metric that tells you how far block data has propagated through this particular node for recent slots. Send the request as a JSON-RPC 2.0 POST with an empty positional params array to https://solana.therpc.io/YOUR_API_KEY.
هذا الأسلوب لا يأخذ أي معاملات. مرر مصفوفة فارغة [].
| النوع | الوصف |
|---|---|
| integer | u64 max slot from retransmit stage. |
| الكود | الرسالة | السبب |
|---|---|---|
-32603 | Internal error | The node hit an internal error serving the request — retry, and reduce the requested range/encoding if it persists. |