Account positions
Streams all changes made to an account's positions in any market. A position that has been fully closed will be streamed and return empty.
Last updated
Streams all changes made to an account's positions in any market. A position that has been fully closed will be streamed and return empty.
Last updated
Refer to for establishing the websocket connection.
's'
string
Symbol
'a'
decimal string
Position amount
'p'
decimal string
Average entry price
't'
number
Timestamp in milliseconds
'd'
string
Position side (bid, ask)
'm'
decimal string
Position margin
'f'
decimal string
Position funding rate
'i'
bool
Is position isolated?