get_incoming_summary
Summarize incoming transactions by daily, weekly, or monthly periods with total amounts converted to USD.
Instructions
Get a period-based summary of incoming transactions (daily/weekly/monthly totals with USD conversion).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Aggregation period: daily, weekly, or monthly (default: daily) | |
| chain | No | Filter by chain (solana or ethereum) | |
| network | No | Filter by network | |
| since | No | Summary start epoch (seconds) | |
| until | No | Summary end epoch (seconds) | |
| wallet_id | No | Target wallet ID. Required for multi-wallet sessions; auto-resolved when session has a single wallet. |