Fiat rates and swap rates are separate systems. Both need
api:read.
Fiat sell rates (stablecoin → local currency)
Solana swap rates (EURC ↔ USDC)
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}