Solana
Solana
Solana
Das Free-Tier deckt persönliche Projekte ab. Pay-as-you-go skaliert ohne Karte.
getLargestAccounts returns the 20 Solana accounts holding the most native SOL, each as an { address, lamports } pair ranked by lamport balance (1 SOL = 1,000,000,000 lamports). It gives a quick top-of-the-book view of where SOL is concentrated across the network. Call it as a JSON-RPC 2.0 POST with positional params against https://solana.therpc.io/YOUR_API_KEY, and pass an optional filter of circulating or nonCirculating to look at just one class of holders.
filter: "circulating" or filter: "nonCirculating".| # | Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|---|
| 1 | config | object | Nein | Options: commitment, filter (circulating | nonCirculating). |
| Typ | Beschreibung |
|---|---|
| object | RpcResponse wrapping an array of { address, lamports }. |
| Code | Meldung | Ursache |
|---|---|---|
-32602 | Invalid params | A param is missing, of the wrong type, or malformed (e.g. a non-base58 pubkey or a bad config field). |
-32603 | Internal error | The node hit an internal error serving the request — retry, and reduce the requested range/encoding if it persists. |