Stream

Create a ListenKey (USER_STREAM)

Start a new user data stream. The stream will close after 60 minutes unless a keepalive is sent. If the account has an active listenKey, that listenKey will be returned and its validity will be extended for 60 minutes.

Weight: 2

post/api/v3/userDataStream

Response

Listen key

listenKeystring required

Example response

{
  "listenKey": "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
}

Changes

Changed in 1 of the 26 revisions of this API.1

    • the response property listenKey became required for the status 200

      response-property-became-required