Social
Get leaderboard
Ranks active vault leaders by realized P&L. Rows linked to a published flex card also include verification badges; rows without linkage omit badges — rank alone is not verification.
GET
Get leaderboard
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ranks active vault leaders by realized P&L. Rows linked to a published flex card also include verification badges; rows without linkage omit badges — rank alone is not verification.
curl --request GET \
--url https://api.quantdesk.app/api/v2/leaderboard{
"success": true,
"data": [
{
"vault_address": "7Np41oeYqPefeNQEHSv1UDhYrehxin3NStELsSKCT4K2",
"leader": "quant_owl",
"total_pnl": 128400.5,
"strategy": "mean-reversion",
"is_active": true,
"flex_card_id": "fc_9x2k1",
"run_id": "b4f1c2a0-6d3e-4f7a-9c1b-0a2d3e4f5a6b",
"badges": [
"gate-verified",
"live-tracked"
]
}
]
}curl --request GET \
--url https://api.quantdesk.app/api/v2/leaderboard{
"success": true,
"data": [
{
"vault_address": "7Np41oeYqPefeNQEHSv1UDhYrehxin3NStELsSKCT4K2",
"leader": "quant_owl",
"total_pnl": 128400.5,
"strategy": "mean-reversion",
"is_active": true,
"flex_card_id": "fc_9x2k1",
"run_id": "b4f1c2a0-6d3e-4f7a-9c1b-0a2d3e4f5a6b",
"badges": [
"gate-verified",
"live-tracked"
]
}
]
}