Get HoodGrow recent large trades
get_tradesReturns recent large whale trades from Robinhood Chain stock-token Uniswap V3 pools with side, USD size, and transaction hash. Filter by symbol or global feed with adjustable limit.
Instructions
Recent large (whale) trades in Robinhood Chain stock-token Uniswap V3 pools, newest first — each with a buy/sell side, USD size, and transaction hash. Omit symbol for the global feed. limit caps the list (1-100, default 20). $0.05 via x402, free with an API key. Indexed from Uniswap V3 Swap events on-chain; side and USD size are derived from the USDG leg of each swap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trades to return, 1-100. Defaults to 20. | |
| symbol | No | Filter to one token, e.g. "NVDA" (case-insensitive). Omit for the global feed. |