Leaderboard updates
Live leaderboard snapshots for eligible wallets. Requires authentication.
WSS
leaderboard
Messages
{
"entries": {
"rank": 123,
"wallet": "<string>",
"username": "<string>",
"avatar_url": "<string>",
"available": 123,
"locked": 123,
"total_pnl": 123,
"return_pct": 123,
"unrealized_pnl": 123,
"options_value": 123,
"equity": 123
},
"timestamp": 123
}Leaderboard snapshot
type:object
Live leaderboard snapshot delivered on the leaderboard channel. Wallets disqualified by admin review or automatic anti-abuse checks are excluded.
⌘I
Messages
{
"entries": {
"rank": 123,
"wallet": "<string>",
"username": "<string>",
"avatar_url": "<string>",
"available": 123,
"locked": 123,
"total_pnl": 123,
"return_pct": 123,
"unrealized_pnl": 123,
"options_value": 123,
"equity": 123
},
"timestamp": 123
}