Skip to main content
GET
Get traders for your organization

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Query Parameters

Search by email, username, displayName, name (partial match) or userId (exact match)

externalUserId
string

Exact match on the external reference you set for the trader (via traderExternalId on account creation or PUT /traders/{traderId}). Deterministic lookup by your own user ID.

Maximum string length: 255
metadata
string

Filter by metadata key:value (e.g., "vip:true", "source:referral")

startDate
string

Filter traders who joined on or after this date (ISO 8601 format)

endDate
string

Filter traders who joined on or before this date (ISO 8601 format)

limit
integer
default:50

Number of traders to return (max 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Offset for pagination

Required range: x >= 0
cursor
string

Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. When using cursor, do not send offset — it will be ignored.

How it works: The cursor is an opaque string that points to the last item you received. The server uses it to efficiently fetch the next set of results without scanning previous pages.

Backwards compatible: If you don't send a cursor, offset/limit pagination works as before.

Response

Traders retrieved successfully

success
boolean
Example:

true

data
object
Example: