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

Error on testnet for orders

Open Msantanche opened this issue 1 year ago • 2 comments

Hello,

I am able to call all public and private endpoints I tested (eg. get account), but for some reason I get an invalid signature error for the create_order function. I suspect it is due to positionId, although I'm using the one from the account. Also, the very same functions work on mainnet.

Any suggestions?

Msantanche avatar Mar 09 '23 11:03 Msantanche

I think I have the same error with the Typescript client. I’m able to call all other methods but when I create the order it fails the signature. Still have to try on the mainnet.

chasseurmic avatar Mar 26 '23 12:03 chasseurmic

For me I was need to set network_id=5 in my client initialization to make it work on testnet, I don't know why and how, just check the process in JS website of dydx to find it

dansleboby avatar Apr 01 '23 03:04 dansleboby