Refer to Websocket for establishing the websocket connection.
{ "source": "orders", "user": "<user_address>" }
{ "i": <order_id>, "u": "<user_address>", "s": "<token_symbol>", "d": "<order_side>", "l": <tick_level>, "a": "<order_initial_amount>", "r": "<order_remaining_amount>", "t": <timestamp> }
Last updated 1 month ago