Order Notification

Subscribe to this topic to receive notifications about order updates for specific trading pairs.

Rules

  • Topic name: order

  • ApiKey requred: Yes

Parameters

Status code

Notification example

{
   "topic": {
        "topic": "order",
        "market": "LRC-ETH"
   },
   "ts":1565844328,
   "data": {
        "hash": "11212",
        "clientOrderId": "myOrder",
        "size": "500000000",
        "volume": "210000000",
        "price": "0.000004",
        "filledSize": "30000000",
        "filledVolume": "100000",
        "filledFee": "1000000",
        "status": "processing",
        "createdAt": "1494900087",
        "validSince": "1494900087",
        "validUntil": "1495900087",
        "side": "buy",
        "market": "LRC-ETH"
    }
}

Data Model

Notification

Order

Order status

Last updated