Data Field Descriptions
Order Book Fields
- asks: Sell order depth, format: [price, quantity]
- bids: Buy order depth, format: [price, quantity]
- e: Event type
- i: Precision
- lastUpdateId: Last update ID
- s: Trading pair symbol
Recent Trades Fields
- id: Trade ID
- isBuyerMaker: Whether buyer is the maker
- price: Trade price
- qty: Trade quantity
- time: Trade time
Kline Data Fields
Kline data returns an array, each element contains the following information:
- Open time (Open time)
- Open price (Open price)
- High price (High price)
- Low price (Low price)
- Close price (Close price)
- Volume (Volume)
- Close time (Close time)
- Quote asset volume (Quote asset volume)
- Number of trades (Number of trades)
- Taker buy base asset volume (Taker buy base asset volume)
- Taker buy quote asset volume (Taker buy quote asset volume)
Last updated on: