Get Trader Leaderboard Rankings
Returns trader rankings by profit/loss or volume
Query Parameters
category?string
Category filter.
timePeriod?string
Time window for aggregation.
orderBy?string
Ordering criteria.
limit?integer
Maximum number of traders to return.
offset?integer
Starting index for pagination.
user?string
Filter to a single wallet address.
userName?string
Filter to a single username.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/leaderboard"[
{
"rank": "1",
"proxyWallet": "0x1234567890abcdef1234567890abcdef12345678",
"userName": "Theo4",
"vol": 22862194,
"pnl": 8499002,
"profileImage": "https://cdn.kuest.com/profiles/theo4.png",
"xUsername": null,
"verifiedBadge": null
}
]{
"error": "unknown_field: foo"
}{
"error": "internal_error"
}