paradex_trades
Analyze market transactions to detect large trades, calculate average trade size, and identify buy/sell imbalances. Monitor execution prices, assess liquidity, and understand market momentum through trade flow data.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_unix_ms | Yes | End time in unix milliseconds. | |
market_id | Yes | Market symbol to get trades for. | |
start_unix_ms | Yes | Start time in unix milliseconds. |