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)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to docs-demo

For higher throughput, create your own API key

Body Params
addresses
array of objects
required
length between 1 and 1

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

addresses*
string
required
Defaults to 0x1E6E8695FAb3Eb382534915eA8d7Cc1D1994B152

Wallet address.

networks
array of strings
required
length between 1 and 2
Defaults to eth-mainnet,base-mainnet

(In BETA and only accepts ETH & BASE mainnets). Network identifier (e.g., eth-mainnet). Find more network enums here

networks*
string

The cursor that points to the previous set of results.

string

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

integer
Defaults to 25

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

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json