list_trades
Retrieve recent public trades for a trading pair with price, volume, side, and timestamp. Analyze execution flow and tape for market insights.
Instructions
List recent public trades for a trading pair, with price, volume, side (BUY/SELL), and timestamp. Public endpoint, no auth required. Use for recent execution flow or tape analysis; not for your own trade history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Trading pair using Luno's symbol convention (e.g. XBTZAR for BTC/ZAR, ETHZAR, XBTEUR). BTC is automatically rewritten to XBT. | |
| since | No | Optional lower bound as Unix epoch milliseconds (UTC), passed as a string. Only trades executed after this time are returned. Omit for the most recent trades. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trades | Yes |