Skip to content

Releases: jaggedsoft/php-binance-api

Stable Release

26 Jan 01:45
80ca7bd
Compare
Choose a tag to compare

Added useServerTime option & function

$api = new Binance\API("<key>","<secret>", ['useServerTime'=>true]);

or $api->useServerTime(); before running other functions

Stable Release

25 Jan 11:34
8f8d989
Compare
Choose a tag to compare

Added WebSocket price ticker

Stable Release

23 Jan 23:46
ed531e6
Compare
Choose a tag to compare

Add error messages

Stable Release

19 Jan 23:22
e25dd24
Compare
Choose a tag to compare

Update endpoints, stop loss example

Stable Release

23 Dec 01:46
283e307
Compare
Choose a tag to compare

Added error message when API key is required

Stable Release

22 Dec 07:34
c9d0265
Compare
Choose a tag to compare

Fixed depthCache, trades, chart functions with multiple symbols

Stable Release

20 Dec 00:02
57610d5
Compare
Choose a tag to compare

Fixed 400 bad request, added exchangeInfo()

Stable Release

05 Dec 07:05
afbad9e
Compare
Choose a tag to compare

Fix balances and balanceData with USDT

Stable Release

19 Nov 17:09
af2aa82
Compare
Choose a tag to compare

Updated API endpoints, deposit + withdraw functions

Stable Release

23 Oct 06:23
Compare
Choose a tag to compare

WebSocket User Data updates, withdraw+deposit & history