{
"topic": "notifications:0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"notification": {
"account": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"notification_type": "OrderFilled",
"order": {
"parent": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"market": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"client_order_id": "order_123",
"order_id": "45678",
"status": "Filled",
"order_type": "Limit",
"trigger_condition": "None",
"order_direction": "Open Long",
"orig_size": 1.5,
"remaining_size": 0,
"size_delta": null,
"price": 50000.5,
"is_buy": true,
"is_reduce_only": false,
"details": "",
"tp_order_id": null,
"tp_trigger_price": null,
"tp_limit_price": null,
"sl_order_id": null,
"sl_trigger_price": null,
"sl_limit_price": null,
"transaction_version": 12345678,
"unix_ms": 1699564800000
}
}
}Real-time notifications for the user
{
"topic": "notifications:0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"notification": {
"account": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"notification_type": "OrderFilled",
"order": {
"parent": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"market": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"client_order_id": "order_123",
"order_id": "45678",
"status": "Filled",
"order_type": "Limit",
"trigger_condition": "None",
"order_direction": "Open Long",
"orig_size": 1.5,
"remaining_size": 0,
"size_delta": null,
"price": 50000.5,
"is_buy": true,
"is_reduce_only": false,
"details": "",
"tp_order_id": null,
"tp_trigger_price": null,
"tp_limit_price": null,
"sl_order_id": null,
"sl_trigger_price": null,
"sl_limit_price": null,
"transaction_version": 12345678,
"unix_ms": 1699564800000
}
}
}User wallet address (Aptos address format, e.g. 0x123...)
Real-time notifications for the user