dYdX Chain Client for Python
Python client for dYdX (v4 API).
Repository: v4-client-py
Installation
The v4-client-py
package is available on PyPI. Install with pip
Development Setup - VS Code
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
Troubleshootimg
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
PreviousAdditional Javascript Client ExamplesNextExample #1: Placing, Replacing, and Canceling Orders
Last updated