Trade Stream
The Trade Streams push raw trade information; each trade has a unique buyer and seller.
Update Speed: 1000ms
Event for subscribe data
SUBSCRIBE_EVENT: subscribe:recent_trade
UNSUBSCRIBE_EVENT: unsubscribe:recent_trade
SUBSCRIBE_DATA: ['BTCUSDT', 'ETHUSDT'] or 'BTCUSDT'
Event for stream data
LISTEN_EVENT: spot:recent_trade:add
Stream data
{
Q: 386685, // Quote asset quantity
S: "BUY", // Trade side
p: 50023893, // Price
q: "0.00773000", // Base asset quantity
s: "ETHVNDC", // Symbol
t: 1627121201959, // Timestamp
}
Last updated
Was this helpful?