Current open orders (TRADE)

GET /api/v3/order/active

Get all open orders on a symbol. Careful when accessing this with no symbol. (Идэвхтэй захиалгын жагсаалт)

Parameters:

NameTypeMandatoryDescription

symbol

STRING

NO

timestamp

LONG

YES

Response:

[
  {
    "id": "a3f906e5-37ae-44fb-8f04-7016ce1fea1d",
    "symbol": "TRD/MNT",
    "side": "SELL",
    "price": "10",
    "qty": "100",
    "execQty": "0",
    "total": "1000",
    "createdAt": "2006-01-02T17:23:40.583463+08:00"
  },
];

Last updated