GetExchangeRate
Retrieves the exchange rate for swaps.
public static VyTask<VyExchangeRateResultDto> GetExchangeRate(VyQuery_GetExchangeRate query = null)
Path Parameters
Returns
VyTask<VyExchangeRateResultDto> A task that represents the asynchronous operation. The task result contains the exchange rate result.
Last updated