bluefin_api 1.13.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# LeaderboardEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)