Order book (USER_DATA)

GET /api/v3/depth

Get order book. (Захиалгын сангийн мэдэээл)

Parameters:

NameTypeMandatoryDescription

symbol

STRING

YES

timestamp

LONG

YES

Response:

{
  "sell": {
    "10": 100, // price: quantity
    "11": 11
  },
  "buy": {
    "1": 25000,
    "5": 2121,
    "6": 5000
  }
}

Last updated