cURL
curl --request GET \ --url https://solana-gateway.moralis.io/token/{network}/{address}/top-holders \ --header 'X-Api-Key: <api-key>'
{ "result": [], "page": 123, "pageSize": 123, "totalSupply": "<string>", "cursor": "<string>" }
The network to query
mainnet
devnet
The address to query
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
The cursor to the next page
The limit per page
1 <= x <= 100
The list of top holders
Show child attributes
The page number
The page size
The total supply of the token
The cursor to fetch the next page