get_trade_history
Retrieve the recent trade history for a specific trading pair on Binance. Specify the symbol and limit to fetch a list of trade summaries for analysis or decision-making.
Instructions
Get recent trade history for a pair.
Args: symbol: The trading pair. limit: Number of trades to fetch.
Returns: List of trade summaries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
symbol | Yes |