**Title** - feature: binance.us support **Short Description:** - BINANCE.US **php version:** - 7.0.24 **Long descrption** - All I did was change line 32 in php-binance-api.php to - 'https://api.binance.us/api' .... and everything worked fine. It can be a little confusing as I thought it might work with binance.us out of the box. protected $base = 'https://api.binance.us/api/'; // /< REST endpoint for the currency exchange thank you
Title
Short Description:
php version:
Long descrption
All I did was change line 32 in php-binance-api.php to
'https://api.binance.us/api' ....
and everything worked fine. It can be a little confusing as I thought it might work with binance.us out of the box.
protected $base = 'https://api.binance.us/api/'; // /< REST endpoint for the currency exchange
thank you