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

string
required
Your API key with Read or Trade scope

Query Parameters

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

Request Examples

Response

boolean
required
Indicates if the request was successful
string
required
Human-readable response message
array
required
Array of trade objects
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