jaggedsoft / php-binance-api

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
MIT License
607 stars 500 forks source link

balance websocket #241

Open AMONRA75 opened 5 years ago

AMONRA75 commented 5 years ago

Title balance websocket

Short Description: i can't show my balance

Platform:

php version:

Long descrption hi, when i try to show my balance i see only blank page please help me regards

code `<?php require 'vendor/jaggedsoft/php-binance-api/php-binance-api.php'; require 'vendor/autoload.php'; require 'api.php';

$balance_update = function($api, $balances) { print_r($balances); echo "Balance update".PHP_EOL; };

?> `

StevenJ59 commented 3 years ago

hello same problem :'(

ePascalC commented 3 years ago

@AMONRA75 do you still have this issue? Can you please activate logging in your PHP and provide the warnings or errors?