API stream endpoints
- Source
Methods
closeIsolatedMarginListenKey(symbol, listenKey)
Close an Isolated Margin ListenKey (USER_STREAM)
DELETE /sapi/v1/userDataStream/isolated
https://binance-docs.github.io/apidocs/spot/en/#listen-key-isolated-margin
Name | Type | Description |
---|---|---|
symbol | string | |
listenKey | string |
- Source
closeListenKey(listenKey)
Close a ListenKey (USER_STREAM)
DELETE /api/v3/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-spot
Name | Type | Description |
---|---|---|
listenKey | string |
- Source
closeMarginListenKey(listenKey)
Close a Margin ListenKey (USER_STREAM)
DELETE /sapi/v1/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-margin
Name | Type | Description |
---|---|---|
listenKey | string |
- Source
createIsolatedMarginListenKey(symbol)
Create an Isolated Margin ListenKey (USER_STREAM)
POST /sapi/v1/userDataStream/isolated
https://binance-docs.github.io/apidocs/spot/en/#listen-key-isolated-margin
Name | Type | Description |
---|---|---|
symbol | string |
- Source
createListenKey()
Create a ListenKey (USER_STREAM)
POST /api/v3/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-spot
- Source
createMarginListenKey()
Create a Margin ListenKey (USER_STREAM)
POST /sapi/v1/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-margin
- Source
renewIsolatedMarginListenKey(symbol, listenKey)
Ping/Keep-alive an Isolated Margin ListenKey (USER_STREAM)
PUT /sapi/v1/userDataStream/isolated
https://binance-docs.github.io/apidocs/spot/en/#listen-key-isolated-margin
Name | Type | Description |
---|---|---|
symbol | string | |
listenKey | string |
- Source
renewListenKey(listenKey)
Ping/Keep-alive a ListenKey (USER_STREAM)
PUT /api/v3/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-spot
Name | Type | Description |
---|---|---|
listenKey | string |
- Source
renewMarginListenKey(listenKey)
Ping/Keep-alive a Margin ListenKey (USER_STREAM)
PUT /sapi/v1/userDataStream
https://binance-docs.github.io/apidocs/spot/en/#listen-key-margin
Name | Type | Description |
---|---|---|
listenKey | string |
- Source