Releases: ccxt/php-binance-api
v0.5.29
What's Changed
- OCO Order by @ePascalC in #421
- Fix Php Loop in Deposit History by @reza19 in #425
- Function assetDetail - add optional param asset by @ePascalC in #426
- Enable http_build_query to handle arrays by @ePascalC in #429
- Add function dustTransfer - Convert dust assets by @ePascalC in #430
- Future and Margin preparation by @ePascalC in #432
- Correcting spelling mistake by @ePascalC in #433
- Added avgPrice, changed exchangeInfo and withdraw by @mabehiry in #434
- Update php-binance-api.php by @bobicloudvision in #420
- Fix-avgPrice-method by @sajadshouli in #436
- ocoOrder() stopPrice empty/null/malformed error fix by @sohaibilyas in #441
- Update php-binance-api.php by @johandev1 in #457
- getXMbxUsedWeight() return null fix by @sohaibilyas in #451
- issue #460 fixed (ratchet/pawl version upgraded) by @Jay04653 in #465
- userData: exit from loop after socket closed or not connected by @Jay04653 in #466
- apiRestrictions method added by @Jay04653 in #467
- feat(php-binance-api): add futures and other improvements. by @rayBastard in #509
New Contributors
- @reza19 made their first contribution in #425
- @mabehiry made their first contribution in #434
- @bobicloudvision made their first contribution in #420
- @sajadshouli made their first contribution in #436
- @sohaibilyas made their first contribution in #441
- @johandev1 made their first contribution in #457
- @Jay04653 made their first contribution in #465
- @rayBastard made their first contribution in #509
Full Changelog: v0.5.27...v0.5.29
Latest Release
Fix signature in case it's an email
Fix historicalTrades undefined variable
Improve response header by converting to array
Improve function documentation
Switch wapi to sapi
Add myTrades startTime and endTime parameters
Stable release
Fix signature in case it's an email
Fix historicalTrades undefined variable
Improve response header by converting to array
Improve function documentation
Switch wapi to sapi
Add myTrades startTime and endTime parameters
Stable Release
fix orders: Illegal characters by mxgrim,
fix run variable undefined $api by mxgrim,
Expect an empty array for account balances by nilsenpaul
Stable Release
add tradeFee by alipjxhub
Stable Release
Supports network option in withdraw function by mtb-pro
Stable Release
private methods are now protected by lnogueak
Stable Release
by munvier:
Fixing __call for non api functions
Access Binance response headers x-mbx-used-weight and x-mbx-used-weight-1m
Stable Release
Fix memory leak issue
Remove query_logs, replace with lastRequest
Stable Release
Fix orders() function by novustec
Withdraw transactionFeeFlag by max-grim
httpRequest() Private to protected by ahmeti