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
apiKey
Request
This endpoint expects an object.
addresses
Array of address and networks pairs (limit 1 pairs, max 2 networks). Networks should match network enums.
before
The cursor that points to the previous set of results.
after
The cursor that points to the end of the current set of results.
limit
Sets the maximum number of items per page (Max: 100)
Response
Successful response!
transactions
List of transactions by address.
before
The cursor that points to the previous set of results.
after
The cursor that points to the end of the current set of results.
totalCount
Total count of the response items.