LeeChunHao2000 / ftx-api-wrapper-python3

FTX Exchange API wrapper in python3
MIT License
34 stars 7 forks source link

big PR #15

Closed zevaverbach closed 3 years ago

zevaverbach commented 3 years ago

PEP8 for import order and line length. Type hints everywhere. Since query is only fed into _build_url and _build_headers, removed the if query is None, since that's dealt with in the calling code. Validated chain argument of get_deposit_address. Replaced all limit arg defaults with a configured constant. Added requirements.txt. Added rate limiting.

fixes #4 fixes #6