Hermes de Freitas

Results 1 issues of Hermes de Freitas

Error message do not say much. Python code is: private_client = Client( host='https://api.dydx.exchange', api_key_credentials={ 'key': CREDENTIAL_KEY, 'secret': CREDENTIAL_SECRET, 'passphrase': CREDENTIAL_PASSPHRASE }, stark_private_key=STARK_KEY, default_ethereum_address=ETHEREUM_ADDRESS, ) order = private_client.private.create_order( position_id=120, market=MARKET_BTC_USD, side=ORDER_SIDE_BUY,...