Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Releases: binance-exchange/php-binance-api

Stable Release

30 Jan 19:42
4cf8502
Compare
Choose a tag to compare

Fixed orders with STOP_LOSS_LIMIT

Stable Release

26 Jan 01:46
548a035
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:35
a912fd3
Compare
Choose a tag to compare

Added WebSocket price ticker

Stable Release

23 Jan 23:48
faee4e5
Compare
Choose a tag to compare

Add error messages

Stable Release

19 Jan 23:22
4379f6d
Compare
Choose a tag to compare

Update endpoints, stop loss example

Stable Release

23 Dec 01:48
44610af
Compare
Choose a tag to compare

Added error message when API key is required

Stable Release

22 Dec 07:35
85caf9b
Compare
Choose a tag to compare

Fixed depthCache, trades, chart functions with multiple symbols

Stable Release

20 Dec 00:10
a869688
Compare
Choose a tag to compare

Fixed 400 bad request, added exchangeInfo(), Fix balances and balanceData with USDT, examples without composer, updated API endpoints

Stable Release

19 Nov 17:25
8da5827
Compare
Choose a tag to compare

Updated API endpoints, added support for highstock & kline chart data