bluefin_api 1.2.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_time_at_millis** | **i64** | Timestamp in milliseconds when the statistics period starts. | 
**legacy_tvl_e9** | **String** | Total value locked in the legacy exchange in e9 format. | 
**tvl_e9** | **String** | Total value locked in the exchange in e9 format. | 
**total_legacy_quote_asset_volume_e9** | **String** | Total quote asset volume in the legacy exchange in e9 format. | 
**total_quote_asset_volume_e9** | **String** | Total quote asset volume in the exchange in e9 format. | 
**end_time_at_millis** | **i64** | Timestamp in milliseconds when the statistics period ends. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)