getTokenLargestAccounts
Returns the 20 largest accounts of a particular SPL Token type.
Path parameters
apiKey
Request
This endpoint expects an object.
Token Mint Pubkey
The Pubkey of the token Mint to query.
Configuration
Optional configuration object.
Response
An array of the 20 largest accounts of the specified token type.
address
Address of the token account.
amount
Raw amount in the account, without decimals.
decimals
Number of decimals configured for the token's mint.
uiAmount
Token amount using mint-prescribed decimals. DEPRECATED
uiAmountString
Token amount as a string, using mint-prescribed decimals.