Skip to content

Commit e7d6e19

Browse files
authored
feat(client): papi API (portfolioMargin) (sammchardy#1436)
* feat(client): init papi API (portfolioMargin) * more papi methods * more sync methods * fix encoding * remove version override * add async methods * simplify test * add ping test * add more sync endpoints * add more methods * rest of trading endpoints * add papi async endpoints * update some methods names * add id tests * typo * feat(AsyncClient): https_proxy support * remove hardcoded url * read https_proxy inside create * update readme
1 parent 9fb9731 commit e7d6e19

5 files changed

Lines changed: 3312 additions & 1203 deletions

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Features
5454
- Implementation of all General, Market Data and Account endpoints.
5555
- Asyncio implementation
5656
- Testnet support for Spot, Futures and Vanilla Options
57-
- Simple handling of authentication include RSA keys
57+
- Simple handling of authentication include RSA and EDDSA keys
5858
- No need to generate timestamps yourself, the wrapper does it for you
5959
- Response exception handling
6060
- Websocket handling with reconnection and multiplexed connections
@@ -64,6 +64,7 @@ Features
6464
- Deposit addresses
6565
- Margin Trading
6666
- Futures Trading
67+
- Porfolio Margin Trading
6768
- Vanilla Options
6869
- Support other domains (.us, .jp, etc)
6970

0 commit comments

Comments
 (0)