Get a list of exchange rates.Ask AIget https://integration-api.tangocard.com/raas/v2/exchangeratesQuery ParamspaginatebooleanWhether to paginate the results or not. Defaults to false.truefalseprevCursorstringThe cursor to use for the previous page of results. This will be ignored if paginate is false.nextCursorstringThe cursor to use for the next page of results. This will be ignored if paginate is false.maxResultsint32The maximum number of results to return. The default is 10, and the maximum is 200. This will be ignored if paginate is false.baseCurrencyarray of stringsReturns all exchange rates for a specific base currency.baseCurrencyADD stringrewardCurrencyarray of stringsReturns all exchange rates for a specific reward currency.rewardCurrencyADD stringResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 7 months ago