Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 599 Bytes

AssetPriceResponse.md

File metadata and controls

26 lines (14 loc) · 599 Bytes

AssetPriceResponse

Properties

Name Type Description Notes
legacyId String The ID of the asset
lastUpdateAt BigDecimal Time of last price update
currency String Currency (according to ISO 4217 currency codes)
price BigDecimal Price in currency
source SourceEnum Source of the price data

Enum: SourceEnum

Name Value
PUBLIC "PUBLIC"
PRIVATE "PRIVATE"