1. 首页
  2. 数据库
  3. 其它
  4. gdax python api:使用asyncawait用Python3编写的GDAX API 源码

gdax python api:使用asyncawait用Python3编写的GDAX API 源码

上传者: 2021-02-01 22:20:18上传 ZIP文件 25.1KB 热度 16次
GDAX Python API 使用async / await用Python3编写的非官方GDAX API客户端 API 该实现支持以下GDAX端点: 市场数据REST API 私有REST API 公共和私人Websocket提要 有关更多文档,请参阅的官方API文档。 例子 市场数据 import asyncio import gdax async def main (): trader = gdax . trader . Trader ( product_id = 'BTC-USD' ) res = await asyncio . gather (
用户评论