Websockets, futures, USER_DATA

I am trying to get user_data (information about an open futures position) using websockets.

Why is there no data ? how do I get them?

Only if there is account/position changes, you will be able to see the messages from the USER_DATA steam.

1 Like

ok. how do I see the PNL ?

is it that problematic?how do I get this data?

I got it! the data arrives after the event (account_update).Getting a PNL from a using websockets position is impossible. This is very bad.