dydx-python icon indicating copy to clipboard operation
dydx-python copied to clipboard

dYdX Python Client for Limit Orders

Results 6 dydx-python issues
Sort by recently updated
recently updated
newest added

Currently, installing `dydx-python` requires `pytest>=4.4.0,

I did some google research, it wouldnt help

Python Installation: 3.6.0 Error message when attempting to submit an order. ` >>> created_order = client.place_order( ... market=consts.PAIR_PBTC_USDC, ... side=consts.SIDE_BUY, ... amount=utils.btc_to_sats(.1), ... price=Decimal('72.34'), ... fillOrKill=False, ... postOnly=False) Traceback (most...

I tried the simple example on both here and the Documentation page and both say "AccountnotFound) same with dydx v3 github. Literally any dydx documentation tried as described threw an...

- set all fees to 100 basis points - added weth-pusd pair but not market

I needed this fix because I have the latest setuptools, which broke everything. You really don't have your dependencies under control (I don't blame you, packaging in Python is a...