Skip to main content
GET
List Trades

Overview

Retrieve a list of executed trades for the authenticated user. Trades represent individual fills against orders.

Authentication

X-Api-Key
string
required
Your API key with Read or Trade scope

Query Parameters

symbol
string
Filter by trading pair symbolExample: USDT-NGN
order_id
string
Filter by order IDExample: 550e8400-e29b-41d4-a716-446655440000
limit
integer
Maximum number of trades to returnDefault: 50Range: 1 to 100
offset
integer
Number of trades to skip for paginationDefault: 0

Request Examples

Response

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

Success Response

Error Responses

Rate Limits

  • 100 requests per minute per API key

Next Steps

List Orders

View your orders

Place Order

Place a new order