Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wanth1997/python-ftx
Browse files Browse the repository at this point in the history
  • Loading branch information
wanth0620 committed Oct 11, 2021
2 parents cb4edd3 + 26f6e9f commit 2876139
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ wsm.subscribe(
op="subscribe",
)
```

### Subaccount
```
clinet = Client(API, SECRET, "Subaacount_name")
wsm = ThreadedWebsocketManager(API, SECRET, "Subaccount_name")
```

# Developer Zone

## Lint
Expand Down

0 comments on commit 2876139

Please sign in to comment.