cURL
curl --request POST \ --url https://prv.gateway.indexer.biya.io/injective_portfolio_rpc.InjectivePortfolioRpc/TokenHolders \ --header 'Content-Type: application/json' \ --data ' { "denom": "<string>", "cursor": "<string>", "limit": 123 } '
Get a list of addresses holding a specific token
{ "holders": [ { "account_address": "string", "balance": "string" } ], "next_cursors": ["string"] }