bluefin_api 1.13.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The symbol of the asset. | 
**quantity_e9** | **String** | The quantity of the asset. | 
**effective_balance_e9** | **String** | The effective balance of the asset. | 
**max_withdraw_quantity_e9** | **String** | The maximum quantity that can be withdrawn. | 
**updated_at_millis** | **i64** | The timestamp of the last update in milliseconds. | 

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