wanth1997 / python-ftx

Best FTX python api developed by Crypto Quant Trader
MIT License
37 stars 17 forks source link

missing parameters #16

Open firebird631 opened 2 years ago

firebird631 commented 2 years ago

in client.py class AsyncClient when calling async def _request(self, method, uri: str, path: str, params: Dict) on specialized method url parameters is always missing, but seems unnecessary.