LeaderboardEntry

Documentation for eth_defi.hyperliquid.api.LeaderboardEntry Python class.

class LeaderboardEntry

Bases: object

A single trader from the Hyperliquid public leaderboard.

The leaderboard contains 32K+ traders who have opted in. Fetched in bulk by fetch_leaderboard().

Attributes summary

address

display_name

account_value

all_time_pnl

all_time_roi

all_time_volume

Methods summary

__init__(address, display_name, ...)

__init__(address, display_name, account_value, all_time_pnl, all_time_roi, all_time_volume)
Parameters
Return type

None