GetExchangeRate

Retrieves the exchange rate for swaps.

Client Authoritative (default)

public static VyTask<VyExchangeRateResultDto> GetExchangeRate(VyQuery_GetExchangeRate query = null)

Path Parameters

query [optional]

The query parameters for the request.

Returns

VyTask<VyExchangeRateResultDto> A task that represents the asynchronous operation. The task result contains the exchange rate result.

Last updated