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
| Field | Type | Description | Example Value |
|---|---|---|---|
| fiatCurrency | String | Fiat currency (e.g., USD, EUR, CNY) | USD |
| cryptoCurrency | String | Cryptocurrency (e.g., USDT, BTC, ETH) | USDT |
| rate | Number | Current exchange rate | 1.0002 |
| timestamp | Integer | Event timestamp | 1640995200 |
Example Event
{
"fiatCurrency": "USD",
"cryptoCurrency": "USDT",
"rate": 1.0002,
"timestamp": 1640995200
}Updated 3 months ago