List Market Trades
Markets
List Market Trades
List recent trades for a trading pair
GET
List Market Trades
Overview
Get a list of recent trades executed on a specific market. This is public market data and does not require authentication. Unlike the List Trades endpoint, this returns anonymous market-wide trades rather than your personal trade history.Path Parameters
Trading pair symbolExample:
USDT-NGNAllowed values: USDT-NGN, USDC-NGN, USD-NGNQuery Parameters
Maximum number of trades to returnDefault:
50Range: 1 to 100Request Examples
Response
Indicates if the request was successful
Human-readable response message
Array of market trade objects
Success Response
Error Responses
Notes
- Trades are returned in reverse chronological order (most recent first).
- The
sidefield indicates the taker side of the trade (the order that triggered the match). - This endpoint returns anonymous market data. For your personal trade history with fee details, use the authenticated List Trades endpoint.
Rate Limits
- 100 requests per minute per IP address
- No authentication required
Next Steps
Get Last Price
Get the latest price for a market
Get Orderbook
View market depth for a trading pair