ListenKey Isolated Margin Account

User Data stream specs say to open stream with:

  • User Data Streams are accessed at /ws/ or /stream?streams=

Can I listen to multiple listenKeys on the same connection (one for isolatedMargin on BTCUSDT, one for Isolated Margin on ETHUSDT, etc) using /stream?streams=BTCUSDT-listenKey,ETHUSTD-ListenKey, etc.?

yes, that’s available, but in format as:

 /stream?streams=<BTCUSDT-listenKey>/<ETHUSTD-ListenKey>

Thank you dino.

Is there a limit to how many keys can be in the list?

Thanks again,

Tony

up to 1024 streams from one connection.

Hello!
Is it also possible to subscribe to that listenkeys via websocket send?
Thanks,
Oliver

do you mean live subscribe? yes, same as public stream.

{"method": "SUBSCRIBE","params":["listenKey"],"id": 1}

1 Like

Great thank you!