Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.24 KB

File metadata and controls

17 lines (12 loc) · 1.24 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 str Defines the base asset Reference ID to get a rate for.
from_asset_symbol str Defines the base asset symbol to get a rate for.
rate str 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 str Defines the relation asset Reference ID in which the base asset rate will be displayed.
to_asset_symbol str Defines the relation asset symbol in which the base asset rate will be displayed.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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