resumebion.blogg.se

Binance api
Binance api





binance api
  1. #Binance api update
  2. #Binance api download

New endpoint GET /fapi/v1/markPriceKlines to get mark price kline/candlestick data. New endpoint GET /fapi/v1/indexPriceKlines to get index price kline/candlestick data.

  • New field "bc" for balance change in event "ACCOUNT_UPDATE".
  • The endpoint GET /fapi/v1/allForceOrders stop being maintained and no longer accepts request.
  • Instead, they push snapshot order data at a maximum frequency of 1 order push per second.:
  • The following liquidation orders streams do not push realtime order data anymore.
  • binance api binance api

  • New field marginAvailable in response of GET /fapi/v2/balance and GET /fapi/v2/account to indicate whether the asset can be used as margin in Multi-Assets mode.
  • New object assets as asset information in response of GET /fapi/v1/exchangeInfo.
  • GET /fapi/v1/multiAssetsMargin to check Multi-Assets margin mode.
  • POST /fapi/v1/multiAssetsMargin to change Multi-Assets margin mode.
  • #Binance api update

    Balance and Position Update event ACCOUNT_UPDATE add new event reason type m as AUTO_EXCHANGEto represent Multi-Assets margin auto-exchange event.Previous Leverage Update event ACCOUNT_CONFIG_UPDATE expanded as account configuration update event, including leverage update and Multi-Assets margin status update.New fields component and quoteAsset as component asset and quote asset added in response of GET /fapi/v1/indexInfo.New fields "q" and "i" for quote asset and index price added in stream Update endpoints:."marketTakeBound" for he max price difference rate( from mark price) a market order can make."liquidationFee" for liquidation fee rate.New fields in the response of GET /fapi/v1/exchangeInfo:.New field updateTime as last update time of asset and position in response of GET /fapi/v2/account and GET /fapi/v2/positionRisk.New endpoint GET /fapi/v1/assetIndexto get asset index for Multi-Assets mode margin asset.More details: Websocket Market Streams and User Data Streams.must be a valid listenKey when you establish a connection.Combined streams are accessed at /stream?streams=//&listenKey=.Raw streams are accessed at /ws/?listenKey=.

    binance api

    Streams can be access either in a single raw stream or a combined stream.If user is in singleAssetsMargin mode, only USDT assets are included in the calculation(same as before).If user is in multiAssetsMargin mode, all assets will be included in calculation for fields totalInitialMargin totalMaintMargin totalWalletBalance totalUnrealizedProfit totalMarginBalance totalPositionInitialMargin totalOpenOrderInitialMargin totalCrossWalletBalance totalCrossUnPnl availableBalance maxWithdrawAmount and the results will be show as value in USD.

    #Binance api download

  • New endpoint GET /fapi/v1/income/asyn/idto get Futures Transaction History Download Link by Id.
  • New endpoint GET /fapi/v1/income/asynto get Download Id For Futures Transaction History.
  • Websocket BLVT Info Streams and Websocket BLVT NAV Kline/Candlestick Streams
  • New base url wss:///lvt-p for BLVT streams and More details:.
  • New endpoint GET /fapi/v1/pmExchangeInfo to get current Portfolio Margin exchange trading rules.
  • The weight of endpoint GET /fapi/v1/trades is updated to 5.
  • GET /fapi/v1/pmAccountInfo: Get Portfolio Margin current account information.
  • GET /fapi/v1/income: Support more incomeType.






  • Binance api