Skip to main content
Remitflex exposes two rate surfaces: Fiat rates and swap rates are separate systems. Both need api:read.

Fiat sell rates (stablecoin → local currency)

Solana swap rates (EURC ↔ USDC)

Quotes are live and indicative only — POST /v1/swaps always re-quotes. List pairs with GET /v1/rates and supported currencies with GET /v1/rates/currencies.

API reference

Fiat rate

GET /fiat/rates/{token}/{amount}/{currency}

Swap rate

GET /rates/{from}/{to}