Skip to content

Releases: ccxt/go-binance

v2.8.12

Choose a tag to compare

@carlosmiei carlosmiei released this 08 Jun 16:37
8d09cc6

What's Changed

  • feat(futures): add TRADIFI_PERPETUAL contract type by @Sora233 in #811
  • fix(futures): use listenKey query param for user data WebSocket by @Sora233 in #812
  • chore: update ids by @carlosmiei in #814

New Contributors

Full Changelog: v2.8.11...v2.8.12

v2.8.11

Choose a tag to compare

@carlosmiei carlosmiei released this 07 Apr 11:29
0e30464

What's Changed

  • feat: format code by @sc0Vu in #799
  • fix: race issue for keepalive by @sc0Vu in #802
  • fix: clientAlgoId not set for ws algo orders by @TPriime in #806
  • feat: migrate USDⓈ-M futures WS to /public, /market, /private base URLs by @pcriadoperez in #809

New Contributors

Full Changelog: v2.8.10...v2.8.11

v2.8.10

Choose a tag to compare

@carlosmiei carlosmiei released this 22 Jan 15:54
b88c467

What's Changed

  • refactor(futures): enhance algo order service with type safety and improved JSON parsing by @0x0001 in #788
  • feat(api): Add CMCCirculatingSupply to OpenInterestStatistic by @gnasnik in #790
  • [BUG] Rename activationPrice to activatePrice in algo order service by @yiplee in #793
  • feat: clean code by @sc0Vu in #789
  • FIX: origClientOrderIdList format in BatchCancelOrders API by @boyi in #794
  • fix(margin): update delete request by @sc0Vu in #798
  • support place algo order via websocket api by @wanxsb in #795

New Contributors

Full Changelog: v2.8.9...v2.8.10

v2.8.9

Choose a tag to compare

@carlosmiei carlosmiei released this 10 Dec 09:17
572ecd5

What's Changed

  • chore: fix PayTradeHistoryService struct comment mismatch by @xiaolinny in #782
  • feat: add get margin order in portfolio by @bynil in #786
  • feat/usd-m algo order by @0x0001 in #784

New Contributors

Full Changelog: v2.8.8...v2.8.9

v2.8.8

Choose a tag to compare

@carlosmiei carlosmiei released this 03 Dec 12:18
daadfea

What's Changed

  • fix(subaccount): subUserId should be int64 by @sc0Vu in #768
  • feat: Add PriceMatch support to CreateOrderService by @0x0001 in #772
  • feat(margin): add margin available inventory by @sc0Vu in #780
  • feat(api): Add request weighting and order count tracking for external rate limiting by @0x0001 in #774
  • chore: get funding asset api by @wangliang139 in #778
  • feat(ticker): add support for multiple symbols in ListBookTickersService by @du5 in #771
  • Add Binance announcement WebSocket support by @0x0001 in #750

New Contributors

Full Changelog: v2.8.7...v2.8.8

v2.8.7

Choose a tag to compare

@carlosmiei carlosmiei released this 14 Oct 13:56
e490bd7

What's Changed

Full Changelog: v2.8.6...v2.8.7

v2.8.6

Choose a tag to compare

@carlosmiei carlosmiei released this 07 Oct 08:27
22f8e7b

What's Changed

  • feat: accountInfoV2 parse isolatedWallet by @planis100x in #748
  • Add subUserId and remark by @jjkoh95 in #747
  • Add timeZone field for spot KlinesService by @taobig in #751
  • ADD: ticker timestamp for futures. by @boyi in #752
  • Added settlement fields to ListDualInvestmentPosition struct by @augur in #757
  • add event type: CONDITIONAL_ORDER_TRIGGER_REJECT by @isAlbertYu in #760
  • Adding POST /api/v3/order/cancelReplace implementation by @MartinTheCzechGuy in #755
  • Refactor: use []*DividendResponse instead of *[]DividendResponse for struct fields to align with project conventions by @taobig in #753

New Contributors

Full Changelog: v2.8.5...v2.8.6

v2.8.5

Choose a tag to compare

@carlosmiei carlosmiei released this 14 Aug 13:03
f56b794

What's Changed

New Contributors

Full Changelog: v2.8.4...v2.8.5

v2.8.4

Choose a tag to compare

@carlosmiei carlosmiei released this 06 Aug 09:09
8763e4a

What's Changed

New Contributors

Full Changelog: v2.8.3...v2.8.4

v2.8.3

Choose a tag to compare

@carlosmiei carlosmiei released this 17 Jun 10:04
b95e9fe

What's Changed

  • feat(client): add query account commission rate by @carlosmiei in #685
  • feat: add interest history by @pcriadoperez in #690
  • Do not close ws conn from client side. by @adshao in #693
  • update GET /fapi/v3/balance by @vlw in #699
  • add /fapi/v1/symbolConfig and /fapi/v1/accountConfig by @vlw in #702
  • implement /fapi/v1/apiTradingStatus by @shurman in #705
  • feat: fetch interest rate history for spot margin by @sc0Vu in #703
  • support /fapi/v3/account by @vlw in #698
  • feat(dual_investment): Add dual investment service and related tests by @0x0001 in #695
  • feat: add support for portfolio websocket user stream by @pcriadoperez in #686
  • Update testnet urls ws by @sc0Vu in #713
  • feat: allow create GetCommissionRatesService by client by @Tougee in #717
  • feat: add reqopts to futures account config and symbol config services by @lyro41 in #718
  • chore: fix comment by @one230six in #720
  • fix: portfolio websocket EventType parsing error by @feeeei in #723
  • chore: fix struct name in comment by @cuithon in #721
  • Feature: Add futures websocket account balance&info by @feeeei in #715
  • Update margin_next_hourly_interest_rate_service.go by @wisarmy in #719

New Contributors

Full Changelog: v2.8.2...v2.8.3