Skip to main content
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours).

On ThorNode

Answered by FastGate through the ThorEdge RPC URL; no separate endpoint or key. commitment and minContextSlot are accepted and ignored: the response reflects FastGate’s indexed slot, reported as context.slot (no apiVersion). The request times out after 30 s. Always the top 20 accounts by lamports. The filter option is ignored.

Parameters

string
The commitment level for the request. Accepted and ignored by FastGate.
  • confirmed
  • finalized
string
Filter results by account type - either all circulating SOL accounts or only special non-circulating reserve accounts.
  • circulating
  • nonCirculating

Response

object
Context of the response.
array
Top 20 largest Solana accounts ranked by SOL balance, from highest to lowest.