Skip to content

Releases: ccxt/php-binance-api

Stable Release

10 Mar 00:46
a3af1f4

Choose a tag to compare

Change from file_get_contents to curl (dmzoneill)

Add proxy support (dmzoneill)

08 Mar 23:39
f56ffe9

Choose a tag to compare

v0.0.17

Add proxy support (dmzoneill)

Stable Release

08 Mar 09:02
b5fcc5b

Choose a tag to compare

Added miniTicker (thanks mrsantran!)

Stable Release

28 Feb 20:02
696d9cc

Choose a tag to compare

Fixed withdraw, newOrderRespType

Stable Release

30 Jan 19:32
be2bb60

Choose a tag to compare

Fixed STOP_LOSS_LIMIT for orders

Stable Release

26 Jan 01:45
80ca7bd

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

Choose a tag to compare

Added WebSocket price ticker

Stable Release

23 Jan 23:46
ed531e6

Choose a tag to compare

Add error messages

Stable Release

19 Jan 23:22
e25dd24

Choose a tag to compare

Update endpoints, stop loss example

Stable Release

23 Dec 01:46
283e307

Choose a tag to compare

Added error message when API key is required