Function cryptoapis::apis::exchange_rates_api::get_exchange_rate_by_assets_ids[][src]

pub async fn get_exchange_rate_by_assets_ids(
    configuration: &Configuration,
    from_asset_id: &str,
    to_asset_id: &str,
    context: Option<&str>
) -> Result<GetExchangeRateByAssetsIdsResponse, Error<GetExchangeRateByAssetsIdsError>>
Expand description

Through this endpoint customers can obtain exchange rates by asset IDs. The process represents the exchange rate value of a single unit of one asset versus another one. Data is provided per unique asset Reference ID.