php-binance-api
php-binance-api copied to clipboard
PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api
Hi all. php-binance-api.php, string 2380 : if ($type === "outboundAccountInfo") { but in https://binance-docs.github.io/apidocs/spot/en/#change-log : 2020-09-09 USER DATA STREAM outboundAccountInfo has been deprecated. outboundAccountInfo will be removed in the future....
Thank you for this wonderful package . Please how can i get the top Gainer & top losers using this package ? Thank you
So I want to perform Margin Limit orders, but I couldn't find a way to do so, is there any? maybe not contemplated in this repo, that can be added?,...
API is downloading outdated ca.pem, putting it in a wrong place and later not referencing it at all
The API downloads a file called ca.pem for SSL authentication by cURL. The idea is to solve SSL issues, in practice it will to the opposite. **Issue 1:** It puts...
Here is my code: ``` $api = new \Binance\API(env('BINANCE_API_KEY'), env('BINANCE_API_SECRET')); $api->miniTicker(function($api, $ticker) { print_r($ticker); }); ``` And I got the following error: miniticker: Could not connect: All attempts to connect...
Hi, I needed some help here. I am using kline function to get the data coming from binance server with around 140 symbols pairs. As the data are flowing in,...
Where "ContingencyType - OCO"? how to sell by type "OCO"?
how to listen to websocket in background?
https://github.com/jaggedsoft/php-binance-api#get-latest-candlestick-data-only How i can close websocket connection in callback function?
Hello, How to use future endpoints with this API ? Thank you