Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.79 KB

v1exchangerate.md

File metadata and controls

15 lines (11 loc) · 2.79 KB

V1ExchangeRate

Represents an exchange rate.

Fields

Field Type Required Description
time date Gets or sets the time of the exchange rate.
asset_id_base Optional[str] Gets or sets the base asset ID of the exchange rate.
asset_id_quote Optional[str] Gets or sets the quote asset ID of the exchange rate.
rate Optional[float] Gets or sets the exchange rate value.
src_side_base List[components.ModelVwap24RefRate] Gets or sets the VWAP24 reference rates for the base asset.
src_side_quote List[components.ModelVwap24RefRate] Gets or sets the VWAP24 reference rates for the quote asset.