Discovery
Query Parameters
period?string
Value in
"day" | "week" | "month" | "all"order_by?string
Value in
"pnl" | "vol"category?string
limit?integer
Range
1 <= valueoffset?integer
Range
0 <= valueResponse Body
application/json
curl -X GET "https://example.com/leaderboard"[
{
"rank": "string",
"proxyWallet": "string",
"userName": "string",
"vol": 0,
"pnl": 0,
"profileImage": "string",
"xUsername": "string",
"verifiedBadge": true
}
]