Releases: jaggedsoft/php-binance-api
Releases · jaggedsoft/php-binance-api
Stable Release
Added useServerTime option & function
$api = new Binance\API("<key>","<secret>", ['useServerTime'=>true]);
or $api->useServerTime();
before running other functions
Stable Release
Added WebSocket price ticker
Stable Release
Add error messages
Stable Release
Update endpoints, stop loss example
Stable Release
Added error message when API key is required
Stable Release
Fixed depthCache, trades, chart functions with multiple symbols
Stable Release
Fixed 400 bad request, added exchangeInfo()
Stable Release
Fix balances and balanceData with USDT
Stable Release
Updated API endpoints, deposit + withdraw functions
Stable Release
WebSocket User Data updates, withdraw+deposit & history