Skip to main content

ankr_getInteractions

List chains where a wallet or contract has on-chain activity

POST 

/?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.

Pass a single address (wallet or contract). The response is a string array of chain identifiers; pair with downstream calls (e.g. ankr_getAccountBalance, ankr_getTransactionsByAddress) for the actual data.

Part of the Query API product (700 compute units per call, $0.00007 at base rate).

Request

Responses

Success. JSON-RPC result contains the blockchains array. JSON-RPC errors are returned with HTTP 200; check the response body for an error key.