Skip to main content
Rates power swap quoting. RemitFlex caches prices and refreshes them in the background — rate reads are served from cache for low latency. Required scope: fx:read

All rates

curl https://api.remitflex.io/v1/rates \
  -H "Authorization: Bearer $REMITFLEX_API_KEY"

Single pair

curl https://api.remitflex.io/v1/rates/USDC/EURC \
  -H "Authorization: Bearer $REMITFLEX_API_KEY"
Returns 503 if the pair is not cached yet — retry after a few seconds.

Supported pairs

curl https://api.remitflex.io/v1/rates/currencies \
  -H "Authorization: Bearer $REMITFLEX_API_KEY"
Use data.pairs when validating swap requests before calling POST /v1/swaps.

API reference

List rates

GET /rates

Pair rate

GET /rates/{from}/{to}

Currencies

GET /rates/currencies