Skip to main content

Ticker Stats

Topic Format

symbol@ticker

  • symbol: The trading pair symbol (e.g., ETH_USDT).

Example Topic: ETH_USDT@ticker


Message Structure

Fields

FieldTypeDescription
etint32Event type (7 for ticker stats).
astringSymbol name (e.g., ETH_USDT).
bstringCurrent price.
cstringClose price 24h ago (nullable).
dstringHigh price in the last 24 hours.
estringLow price in the last 24 hours.
fstringBase volume in the last 24 hours (e.g., ETH volume for ETH/USDT).
gstringQuote volume in the last 24 hours (e.g., USDT volume for ETH/USDT).
hstringTimestamp of the last update.
istringBest bid price.
kstringBest ask price.

Example Message

{
"et": 7,
"a": "ETH_USDT",
"b": "3.0000000",
"c": null,
"d": "3.0000000",
"e": "0.0000000",
"f": "0.050",
"g": "0.15000000",
"h": "1720780956931",
"i": "4001.00000",
"k": "4503.05000"
}