php-binance-api
php-binance-api copied to clipboard
balance websocket
Title balance websocket
Short Description: i can't show my balance
Platform:
- windows
php version:
- 7.2.11
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; };
?> `
hello same problem :'(
@AMONRA75 do you still have this issue? Can you please activate logging in your PHP and provide the warnings or errors?