ankr_getAccountBalance
Returns the **total native + ERC-20 balance** of a wallet across one or more supported EVM chains, with USD valuations computed by Ankr's pricing service. Each asset includes contract address, decimals, raw integer balance, and a normalized human-readable balance.
ankr_getCurrencies
Returns the catalog of currencies (native coin + indexed ERC-20 tokens) for a single blockchain, including symbol, decimals, contract address, and a thumbnail URL.
ankr_getTokenHolders
Returns wallet addresses that hold the specified ERC-20 token, with each holder's human-readable balance and the raw integer balance (`value ร 10^decimals`). Holders are returned ranked by balance, descending.
ankr_getTokenHoldersCount
Returns the per-day count of unique holders for the specified ERC-20 token, along with the total token amount on-chain at each snapshot. Useful for charting distribution trends or feeding token-analytics dashboards.
ankr_getTokenPrice
Returns Ankr's current USD price for the specified token. Pass a `contractAddress` for an ERC-20 token, or omit it to fetch the price of the chain's native coin.
ankr_getTokenTransfers
Returns ERC-20 transfer events in which the specified wallet(s) appear as sender or recipient. Each entry includes contract address, token symbol, decimals, raw + normalized values, block height, and timestamp.