Solana
Solana
Solana
الخطة المجانية تغطي المشاريع الشخصية. الدفع حسب الاستخدام يتوسع دون بطاقة.
getIdentity is a Solana JSON-RPC method that returns the identity pubkey of the node serving your request. The response is an object with a single identity field holding the base-58 public key the node uses on the network that secures SOL. It is a quick way to tell exactly which physical node answered, which matters when many nodes sit behind one address. Send the request as a JSON-RPC 2.0 POST with an empty positional params array to https://solana.therpc.io/YOUR_API_KEY.
identity pubkey, so an intermittent error can be traced back to the exact node that produced it.هذا الأسلوب لا يأخذ أي معاملات. مرر مصفوفة فارغة [].
| النوع | الوصف |
|---|---|
| object | { identity } — the node identity pubkey. |
| الكود | الرسالة | السبب |
|---|---|---|
-32603 | Internal error | The node hit an internal error serving the request — retry, and reduce the requested range/encoding if it persists. |