This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Releases: binance-exchange/php-binance-api
Releases · binance-exchange/php-binance-api
Stable Release
Fixed orders with STOP_LOSS_LIMIT
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(), Fix balances and balanceData with USDT, examples without composer, updated API endpoints
Stable Release
Updated API endpoints, added support for highstock & kline chart data