get_portfolio_transactions
Retrieve transaction history for a wallet address on Ethereum or Base networks using pagination. Supports queries with optional parameters like cursor and limit, aiding in portfolio analysis for crypto trading.
Instructions
Get transaction history for a wallet address (BETA: 1 address, ETH/BASE only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addresses | Yes | Array with single address and networks (BETA limitation: 1 address, max 2 networks) | |
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) |