10. Exchange Rates
Get a list of exchange rates.
get/exchangerates
Query parameters
paginateboolean
Whether to paginate the results or not. Defaults to false.
prevCursorstring
The cursor to use for the previous page of results. This will be ignored if paginate is false.
nextCursorstring
The cursor to use for the next page of results. This will be ignored if paginate is false.
maxResultsinteger
The maximum number of results to return. The default is 10, and the maximum is 200. This will be ignored if paginate is false.
baseCurrencystring[]
Returns all exchange rates for a specific base currency.
rewardCurrencystring[]
Returns all exchange rates for a specific reward currency.
Response
OK