# AssetPriceResponse
## Properties
**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)