Skip to main content
GET
List traders

Authorizations

x-api-key
string
header
default:<api-key>
required

API key issued by Centaur.

Query Parameters

Case-insensitive partial match against trader name or slug.

Minimum string length: 1
traderIds

Filter to specific trader IDs.

assetIds

Filter to traders with eligible positions on specific asset IDs.

sourcePlatforms

Filter to traders whose source platform is TELEGRAM or X.

minTrades
integer | null
default:3

Minimum tradeCount required for a trader to appear in discovery. tradeCount is the eligible visible position count after asset and position-open time filters. Defaults to 3; pass 0 for the full visible directory.

Required range: x >= 0
startTime
string<date-time>

Inclusive ISO-8601 lower bound on position open time for trader discovery tradeCount and minTrades. This does not compute performance metrics; use trader stats for performance.

endTime
string<date-time>

Inclusive ISO-8601 upper bound on position open time for trader discovery tradeCount and minTrades. This does not compute performance metrics; use trader stats for performance.

limit
integer

Maximum number of rows to return.

Required range: 1 <= x <= 200
cursor
string

Forward pagination cursor from meta.nextCursor.

Minimum string length: 1

Response

Paginated list of traders

success
enum<boolean>
required
Available options:
true
data
object
required
requestId
string
required
Example:

"c8e2c6e4-80dd-4ffc-9d66-4e31bf64c6b8"

Last modified on August 25, 2026