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
Fatal error: Uncaught Exception: signedRequest error: {"msg":"You are not authorized to execute this request."} in C:\wamp64\www\binance\php-binance-api.php on line 1068
**Undefined variable: item** - bug **Short Description:** In the file `vendor/jaggedsoft/php-binance-api/php-binance-api.php`, inside the function depositHistory the error occured on `foreach ($return as $key->$item) {` ``` // Adding for backwards compatibility...
**Short Description:** - I need to do unsigned requests. I do not want to set API key because it is not required for unsigned requests. But package keeps me telling...
This includes Binance Pay history, and transferring balances from a wallet to another
I'm trying to use the API package provided, where the packages are already downloaded by composer. I'm using Laravel as a tool. I configured the api key and the secret...
Hi How can I make a spot market order with all available balance. Thanks
Too much request weight used; current limit is 1200 request weight per 1 MINUTE. I need to keep track of remaining rate limits, you have to call `$weigh=$api->getXMbxUsedWeight(); print_r($weigh);` But...
Hi, sorry but i don't understand how to use BUY for example, i have 50 Eur and i want but BTC at price 37238 (1 BTC = 37238 EUR) how...
I want to use testnet binance from this package. How can I use? is it already features for this?
put exception instead of the echo and add Exception files to convenient error handling