Get Token Largest Accounts

Retrieve the 20 largest token accounts for a specific SPL Token.

Parameters (Source)

Name
Description

pubkey

The unique identifier of the token to retrieve.

Request (POST)
{
    "jsonrpc": "2.0",
    "id": "123",
    "method": "getTokenLargestAccounts",
     "params": [
       "jovWMTogqDpoEWUSFSns2Y9rkJkfJHsTgPWJgzCjwCF",
       {
         "commitment": "confirmed"
       }
     ]
}

Last updated

Was this helpful?