Skip to main content
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

symbol
string
required
Trading pair symbolExample: USDT-NGNAllowed values: USDT-NGN, USDC-NGN, USD-NGN

Query Parameters

limit
integer
Maximum number of trades to returnDefault: 50Range: 1 to 100

Request Examples

Response

success
boolean
required
Indicates if the request was successful
message
string
required
Human-readable response message
data
array
required
Array of market trade objects

Success Response

Error Responses

Notes

  • Trades are returned in reverse chronological order (most recent first).
  • The side field 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