建议您先阅读正式文件
ZB文档
所有接口方法的初始化都与Zb提供的方法相同。查看详细信息
现在,大多数界面都已完成,用户可以根据我的设计继续扩展它,并与我一起进行改进。
其他交易所API
包括以下所有交流,强烈建议您进行。
支持
支持
支持
支持
安装
composer require linwj/zb
支持更多请求设置
$ zb = new Zb ();
//You can set special needs
$ zb -> setOptions ([
//Set the request timeout to 60 seconds by default
'timeout' => 10 ,
//If you are developing locally and need an agent, you can set this
//'proxy'
1