php-binance-api icon indicating copy to clipboard operation
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

Results 91 php-binance-api issues
Sort by recently updated
recently updated
newest added

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....

Change
help-wanted

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?,...

question
help-wanted

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...

bug
help-wanted

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...

help-wanted

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,...

help-wanted

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

feature-request
help-wanted