Skip to main content
GET
List traders

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Query Parameters

page
integer
default:1

Page number.

perPage
integer
default:10

Items per page.

sortDirection
enum<string>
default:desc

Sort direction (default desc by registration_date).

Available options:
asc,
desc

Free-text search — matches trader_id, click_id, promo_code.

offers
string

Comma-separated offer IDs to filter by.

commissionPlans
string

Comma-separated commission plan IDs to filter by.

deposited
boolean

Filter by whether the trader has made a first deposit.

qualified
boolean

Filter by whether the trader is qualified (has a qualification date).

fields
string

Comma-separated field keys to include in each trader object.

Body

application/json

Advanced filter conditions.

filter
object

Filter conditions keyed by attribute name. Each attribute value is an operator map, e.g. {">=": "2025-01-01"} or {"IN": [1, 2]}.

Supported attributes:

  • registration_date, ftd_date, qualification_date — date comparisons (user timezone)
  • countries — array of country IDs
  • offers, commission_plans — array of IDs
  • status_details — string array
  • deposited, qualified, is_frozen — boolean

Response

Traders list.

message
string
Example:

"Affiliate Traders List"

success
boolean
Example:

true

info
object[]

List of trader records for the authenticated affiliate.