get_portfolio_transactions
Retrieve transaction history for a wallet address on Ethereum and Base networks. Supports pagination and defaults to env USER_ADDRESS if no address is provided.
Instructions
Get transaction history for a wallet address (BETA: 1 address, ETH/BASE only, uses USER_ADDRESS from env if addresses not provided)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addresses | No | Array with single address and networks (BETA limitation: 1 address, max 2 networks). Optional - uses USER_ADDRESS from env if not provided | |
after | No | Cursor for pagination - get results after this cursor (optional) | |
before | No | Cursor for pagination - get results before this cursor (optional) | |
limit | No | Number of transactions to return (optional, default: 25, max: 50) | |
networks | No | Network identifiers to use with USER_ADDRESS (BETA: only eth-mainnet and base-mainnet supported). Only used when addresses not provided. Defaults to ['eth-mainnet', 'base-mainnet'] |