Skip to main content

ankr_getTransactionsByAddress

List transactions sent or received by one or more wallets

POST 

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

Pass an address array. Scope by blockchain, block range (fromBlock / toBlock), or wall-clock range (fromTimestamp / toTimestamp). Enable includeLogs: true to embed each transaction's log array. Paginate with pageSize (default 100, max 10000) and pageToken.

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

Request

Responses

Success. JSON-RPC result envelope contains the transactions array and pagination cursor. JSON-RPC errors are returned with HTTP 200; check the response body for an error key.