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

pub async fn get_exchange_rate_by_asset_symbols(
    configuration: &Configuration,
    from_asset_symbol: &str,
    to_asset_symbol: &str,
    context: Option<&str>
) -> Result<GetExchangeRateByAssetSymbolsResponse, Error<GetExchangeRateByAssetSymbolsError>>
Expand description

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