fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AssetPriceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**legacy_id** | **String** | The ID of the asset | 
**last_update_at** | **f64** | Time of last price update | 
**currency** | **String** | Currency (according to ISO 4217 currency codes) | 
**price** | **f64** | Price in currency | 
**source** | **Source** | Source of the price data (enum: PUBLIC, PRIVATE) | 

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