Transactions By Wallet

Fetches all historical transactions (internal & external) for multiple wallet addresses and networks. Returns a list of transaction objects with metadata and log information. This endpoint will be supported on Ethereum, Solana, and 30+ EVM chains (Beta: currently limited to Ethereum and Base with a limit of 1 address)

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
addresseslist of objectsRequired

Array of address and networks pairs (limit 1 pairs, max 2 networks). Networks should match network enums.

beforestringOptional

The cursor that points to the previous set of results.

afterstringOptional

The cursor that points to the end of the current set of results.

limitintegerOptionalDefaults to 25

Sets the maximum number of items per page (Max: 100)

Response

Successful response!

beforestringOptional

The cursor that points to the previous set of results.

afterstringOptional

The cursor that points to the end of the current set of results.

totalCountintegerOptional

Total count of the response items.

transctionslist of objectsOptional

List of transactions by address.

Errors