Skip to Content
🚀 Spot APIMarket DataData Field Descriptions

Data Field Descriptions

Trading Pair Information Fields

Coin Information (coins)

  • coinSymbol: Coin symbol
  • id: Coin ID
  • infoSource: Information source
  • logo: Coin icon URL
  • preciousInout: Input precision
  • preciousShow: Display precision
  • preciousSummaryShow: Summary display precision
  • settlePrecision: Settlement precision
  • shortName: Coin short name
  • status: Status
  • statusDeposit: Deposit status
  • statusShow: Display status
  • statusWithdraw: Withdrawal status
  • tradeFeePrecision: Trading fee precision
  • withdrawDayMax: Daily maximum withdrawal amount
  • withdrawMax: Maximum withdrawal amount
  • withdrawMin: Minimum withdrawal amount

Trading Pair Information (spotSymbols)

  • baseCode: Base currency
  • baseId: Base currency ID
  • baseQuantityStep: Base currency quantity step size
  • depths: Depth precision list
  • makerFeeRate: Maker fee rate
  • maxOrderAmount: Maximum order amount
  • maxOrderCount: Maximum order count
  • maxOrderQuantity: Maximum order quantity
  • minOrderAmount: Minimum order amount
  • minOrderQuantity: Minimum order quantity
  • openTime: Opening time
  • previewTime: Preview time
  • priceLimitRate: Price limit rate
  • pricePrecision: Price precision
  • priceStep: Price step size
  • quantityPrecision: Quantity precision
  • quoteCode: Quote currency
  • quoteId: Quote currency ID
  • quoteQuantityStep: Quote currency quantity step size
  • recommended: Whether recommended
  • status: Status
  • symbolId: Trading pair ID
  • symbolName: Trading pair name
  • takerFeeRate: Taker fee rate

Order Book Data 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 maker
  • price: Trade price
  • qty: Trade quantity
  • time: Trade time

K-line Data Fields

K-line data returns an array, each element contains the following information:

  1. Open time
  2. Open price
  3. High price
  4. Low price
  5. Close price
  6. Volume
  7. Close time
  8. Quote asset volume
  9. Number of trades
  10. Taker buy base asset volume
  11. Taker buy quote asset volume

Last updated on: