REST-PHP-demo icon indicating copy to clipboard operation
REST-PHP-demo copied to clipboard

Results 4 REST-PHP-demo issues
Sort by recently updated
recently updated
newest added

您好,咱一看到您写的示例,应该是未经测试的!!!! 所有POST请求的接口, $postdata 应该写在 $this->curl($url, $postdata); 而不是在签名方法!!!!!

Hello! I wrote a small simple trading robot, using your code and modifying it a bit. For example. The place_order() function returns only the order id, but this is not...

策略委托(触发前)撤单 返回500 接口地址 /v2/algo-orders/cancellation ![报错信息](https://user-images.githubusercontent.com/79837526/109478532-47d58200-7a71-11eb-9546-864270167f67.png) ![传递的参数](https://user-images.githubusercontent.com/79837526/109478693-7b181100-7a71-11eb-9245-a271eedf8927.png) [请求.txt](https://github.com/huobiapi/REST-PHP-demo/files/6060554/default.txt)

define('ACCOUNT_ID','123456'); // your account ID 这个是用户的UID吗? ![image](https://user-images.githubusercontent.com/20417530/90376244-b9874900-e0a8-11ea-9622-8c8c9cd8dc46.png) ![image](https://user-images.githubusercontent.com/20417530/90377245-539bc100-e0aa-11ea-989f-6abc7493e0c3.png) 我获取返回null