Weight: 2
Data Source*: Memory
Request parameters.
Ping a user data stream to keep it alive.
User data streams close automatically after 60 minutes,
even if you're listening to them on WebSocket Streams.
In order to keep the stream open, you have to regularly send pings using the userDataStream.ping
request.
It is recommended to send a ping once every 30 minutes.
This request does not require signature
.
Weight: 2
Request parameters.
Start a new user data stream.
Note the stream will close in 60 minutes unless userDataStream.ping
requests are sent regularly.
This request does not require signature
.
Weight: 2
Request parameters.
Explicitly stop and close the user data stream.
This request does not require signature
.
Weight: 2
Request parameters.
Subscribe to the User Data Stream in the current WebSocket connection. Weight: 2
Request parameters.
Weight: 2
Request parameters.
Stop listening to the User Data Stream in the current WebSocket connection.
Note that session.logout
will only close the subscription created with userdataStream.subscribe
but not subscriptions opened with userDataStream.subscribe.signature
.
Weight: 2
Request parameters.
UserDataStreamApi - object-oriented interface UserDataStreamApi