pro_get_public_trades
Get recent public trades (executed orders) for a market pair. Returns price, amount, side, and date. Supports optional limit and sort order.
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) | |
| limit | No | Result limit (max 50, default: 50) | |
| sort | No | Sort order: ASC (oldest first) or DESC (newest first) |