{
  "id": "clientID3",
  "event": "subscribe",
  "success": true,
  "ts": 1609924478533
}
{
  "topic": "executionreport@broker",
  "ts": 1618757714353,
  "data": {
    "symbol": "PERP_WOO_USDC",
    "clientOrderId": "testid",
    "orderId": 4506424,
    "type": "LIMIT",
    "side": "BUY",
    "quantity": 750127.1,
    "price": 0.354,
    "tradeId": 1870568,
    "executedPrice": 0.3525,
    "executedQuantity": 6620.6,
    "fee": 1.98618,
    "feeAsset": "WOO",
    "totalExecutedQuantity": 720891.2,
    "avgExecutedPrice": 0.31344,
    "status": "PARTIAL_FILLED",
    "reason": "",
    "totalFee": 216.26736,
    "visibleQuantity": 750127.1,
    "timestamp": 1618757714353,
    "brokerId": "broker",
    "maker": false,
    "seq":1730181536341943600
  }
}

Push interval: real-time push

{
  "id": "clientID3",
  "topic": "executionreport@broker",
  "event": "subscribe"
}

Parameters

NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringYexecutionreport@{broker_id}
{
  "id": "clientID3",
  "event": "subscribe",
  "success": true,
  "ts": 1609924478533
}
{
  "topic": "executionreport@broker",
  "ts": 1618757714353,
  "data": {
    "symbol": "PERP_WOO_USDC",
    "clientOrderId": "testid",
    "orderId": 4506424,
    "type": "LIMIT",
    "side": "BUY",
    "quantity": 750127.1,
    "price": 0.354,
    "tradeId": 1870568,
    "executedPrice": 0.3525,
    "executedQuantity": 6620.6,
    "fee": 1.98618,
    "feeAsset": "WOO",
    "totalExecutedQuantity": 720891.2,
    "avgExecutedPrice": 0.31344,
    "status": "PARTIAL_FILLED",
    "reason": "",
    "totalFee": 216.26736,
    "visibleQuantity": 750127.1,
    "timestamp": 1618757714353,
    "brokerId": "broker",
    "maker": false,
    "seq":1730181536341943600
  }
}