anatolich / yobitapiclient26
Yobit API php 封装器。
dev-master
2018-04-23 08:33 UTC
Requires
- php: >=5.5
- ext-curl: *
- guzzlehttp/guzzle: 6.2.*
This package is not auto-updated.
Last update: 2024-10-02 04:43:18 UTC
README
使用此 PHP API 客户端在 Yobit 交易所平台上开始交易,在自己的应用程序中。
创建机器人、不同的客户端或交易顾问。
安装
composer require anatolich/yobitapiclient26
编辑 src/config/boot_production.ini 以添加 Yobit 交易所提供的 API 密钥和密钥。
[api_auth]
key = "{YOUR_API_KEY}"
secret = "{YOUR_API_SECRET}"
使用方法
对于复杂的基本信息,请参阅 API 文档 并阅读服务文档。
欢迎捐赠