This endpoint is used to get the current rate for which a base currency exchanges with other currencies. For example, The rate for which USD exchanges for CAD or BRL
ExchangeRatesAPI.live()
method is used to communicate with this endpoint as seen below:
ExchangeRatesAPI.live(base, Optional[target])
ExchangeRatesAPI.live()
method: