ankr_getBlockchainStats
Returns headline statistics for one or more chains: latest block number, average block time, total transactions and events since genesis, and the current native coin USD price.
ankr_getBlocks
Returns details for the requested range of blocks on a single chain: header fields, the full transaction list (optional), and per-transaction logs (optional). Use the `decodeTxData` and `decodeLogs` flags to receive resolved method/event signatures and decoded inputs.
ankr_getInteractions
Returns the set of supported blockchains on which the given address has any indexed activity โ tokens, NFTs, or transactions. Useful for cross-chain wallet dashboards or address-lookup UIs that want to avoid hitting every chain.
ankr_getLogs
Returns indexed contract logs (events) for the requested chain and block range. Standard `eth_getLogs` semantics, plus multi-chain dispatch, pagination, and optional event-signature decoding via `decodeLogs: true`.
ankr_getTransactionsByAddress
Returns transactions in which the specified wallet(s) appear as sender or recipient โ with full transaction objects including gas, value, and (optionally) nested logs.
ankr_getTransactionsByHash
Returns the transaction(s) matching a single hash. Optionally embeds logs and resolves method/event signatures to human-readable form.