# LeaderboardEntry
## Properties
**rank** | **i64** | Rank of the trader in the leaderboard. |
**account_address** | **String** | The address of the account. |
**account_value_e9** | **String** | Total account value of the trader in e9 format. |
**pnl_e9** | **String** | Total profit and loss of the trader in e9 format. |
**volume_e9** | **String** | Total trading volume of the trader in e9 format. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)