Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

GetExchangeRateByAssetsIDsRI.md

File metadata and controls

14 lines (11 loc) · 1.05 KB

# GetExchangeRateByAssetsIDsRI

Properties

Name Type Description Notes
calculation_timestamp int Defines the time of the market data used to calculate the exchange rate in UNIX Timestamp. Oldest possible timestamp is 30 days.
from_asset_id string Defines the base asset Reference ID to get a rate for.
from_asset_symbol string Defines the base asset symbol to get a rate for.
rate string Defines the exchange rate between assets calculated by weighted average of the last trades in every exchange for the last 24 hours by giving more weight to exchanges with higher volume.
to_asset_id string Defines the relation asset Reference ID in which the base asset rate will be displayed.
to_asset_symbol string Defines the relation asset symbol in which the base asset rate will be displayed.

[Back to Model list] [Back to API list] [Back to README]