Real-time Rate

Channel Name: private-exchange-rate

Permissions: Merchants subscribed to this currency pair

Currency Pair Format:

  • Fiat to Crypto: USD/USDT, EUR/BTC, CNY/USDT
  • Crypto to Fiat: USDT/CNY, BTC/USD, ETH/EUR

Event Type

exchange.rate.updated

Fiat currency to cryptocurrency exchange rate update event, triggered when exchange rate changes.

Event Fields

FieldTypeDescriptionExample Value
fiatCurrencyStringFiat currency (e.g., USD, EUR, CNY)USD
cryptoCurrencyStringCryptocurrency (e.g., USDT, BTC, ETH)USDT
rateNumberCurrent exchange rate1.0002
timestampIntegerEvent timestamp1640995200

Example Event

{
  "fiatCurrency": "USD",
  "cryptoCurrency": "USDT",
  "rate": 1.0002,
  "timestamp": 1640995200
}