pro_get_public_trades
Get the latest executed trades for a market pair, showing price, amount, buy/sell side, and date. Sort results by date and set a limit to monitor recent market activity.
Instructions
Gets the latest public trades (executed orders) for a market. Requires trading pair (e.g., BTC-USD). Returns recent transactions with price, amount, side (buy/sell), and date. Optional limit (max 50, default: 50) and sort order (ASC/DESC). Useful for seeing recent market activity. Response is a list of trades with metadata. [PUBLIC]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | Trading pair in BASE-QUOTE format (e.g., BTC-USD, ETH-EUR) | |
| sort | No | Sort order: ASC (oldest first) or DESC (newest first) | |
| limit | No | Result limit (max 50, default: 50) |