php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

balance websocket

Open AMONRA75 opened this issue 6 years ago • 2 comments

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; };

?> `

AMONRA75 avatar Jun 19 '19 14:06 AMONRA75

hello same problem :'(

StevenJ59 avatar Jan 05 '21 01:01 StevenJ59

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

ePascalC avatar Jun 29 '21 11:06 ePascalC