pulse_trader_trades
Retrieve recent trades for any Ethereum wallet, displaying buys, sells, sizes, prices, and PnL within a chosen time window to support copy-trading and due diligence.
Instructions
Get recent trades for a specific wallet address. See exactly what a trader has been doing in the last minutes/hours — every buy, sell, size, price, and PnL. Essential for copy-trading and due diligence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter by coin symbol (e.g. BTC, ETH, SOL). For builder dex: prefix:COIN (e.g. xyz:SILVER) | |
| limit | No | Number of trades to return | |
| since | No | Time window: e.g. '10m' (minutes), '1h' (hours), '1d' (days) | 1h |
| address | Yes | Ethereum wallet address (0x...) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |