Releases: ccxt/php-binance-api
Releases · ccxt/php-binance-api
Stable Release
Change from file_get_contents to curl (dmzoneill)
Add proxy support (dmzoneill)
v0.0.17 Add proxy support (dmzoneill)
Stable Release
Added miniTicker (thanks mrsantran!)
Stable Release
Fixed withdraw, newOrderRespType
Stable Release
Fixed STOP_LOSS_LIMIT for orders
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