dYdX Chain Client for Python
PreviousAdditional Javascript Client ExamplesNextExample #1: Placing, Replacing, and Canceling Orders
Last updated
Last updated
Python client for dYdX (v4 API).
The v4-client-py
package is available on . Install with pip
Install Microsoft Python extensions
Install requirements
VS Code will automatically switch to .venv environment when running example code. Or you can manually switch
Set PYTHONPATH
Cython and Brownie must be installed before cytoolz
If there is any issue with cytoolz, uninstall cytoolz, Brownie and Cython, reinstall Cython, Brownie and cytoolz sequentially.
VS Code may need to be restarted to have Cython functioning correctly