Skip to main content
GET /external/rates returns the current P2P exchange rates for USDT against each active fiat currency, per source and per side. It’s how you read live pricing and see which fiat currencies are quoted.
Rates show market prices. To know which currencies and amount ranges you can actually charge, use GET /external/payment-methods — that is the source of truth for your business.

List rates

GET /external/rateslist<RateRead> Not paginated — returns the full list. Pairs with no fresh data are omitted.

Response

Rate source, e.g. binance or bybit. The crypto asset — always USDT. Fiat currency code, e.g. UAH. buy or sell. Best-order price for this pair and side. null if unavailable. Minimum order amount at the source. Maximum order amount at the source.

Notes

  • Each fiat currency appears once per source and side — so a single currency can have several rows (e.g. binance/buy, binance/sell, bybit/buy).
  • The list reflects live market data and can change between calls; treat it as a snapshot, not a fixed rate.
  • A pair with no fresh data is simply omitted rather than returned with a null price.