Skip to content

Commit

Permalink
These WS streams already exist - fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamg committed Nov 25, 2020
1 parent d289fba commit aaf961e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,14 +451,17 @@
```
- *User Data Streams*
- **POST /api/v3/userDataStream** (Create a ListenKey (Spot) (USER_STREAM): Start a new user data stream.)

> :warning: Not yet implemented
```python
client.stream_get_listen_key()
```
- **PUT /api/v3/userDataStream** (Ping/Keep-alive a ListenKey (Spot) (USER_STREAM).)

> :warning: Not yet implemented
```python
client.stream_keepalive(listenKey)
```
- **DELETE /api/v3/userDataStream** (Close a ListenKey (Spot) (USER_STREAM).)

> :warning: Not yet implemented
```python
client.stream_close(listenKey)
```
- **POST /sapi/v1/userDataStream** (Create a ListenKey (Margin).)
```python
client.margin_stream_get_listen_key()
Expand Down

0 comments on commit aaf961e

Please sign in to comment.