get_trades
Retrieve recent trade history for Buda.com cryptocurrency markets, including timestamps, amounts, prices, and buy/sell directions to analyze market activity.
Instructions
Returns recent trade history for a Buda.com market as typed objects. Each entry has timestamp_ms (integer), amount (float, base currency), price (float, quote currency), and direction ('buy' or 'sell'). Example: 'What was the last executed price for BTC-CLP and was it a buy or sell?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market ID (e.g. 'BTC-CLP', 'ETH-BTC'). | |
| limit | No | Number of trades to return (default: 50, max: 100). | |
| timestamp | No | Unix timestamp (seconds) to paginate from. Returns trades older than this timestamp. |