上传者: 42171132
|
上传时间: 2021-11-26 11:06:40
|
文件大小: 99KB
|
文件类型: -
dYdX(v3 API)的Python客户端。
该库目前已针对Python 2.7、3.4、3.5和3.6版进行了测试
安装
dydx-v3-python软件包在上可用。 用pip安装:
pip install dydx-v3-python
入门
可以根据需要的功能使用不同级别的身份验证来创建Client对象。 有关更多示例请求,请参见 。
from dydx3 import Client
from web3 import Web3
#
# Access public API endpoints.
#
public_client = Client (
host = 'http://localhost:8080' ,
)
public_client . public . get_markets ()
#
# Access private API endpoints, witho