@binance/connector
Advanced tools
Changelog
v2.0.1 - 2023-02-22
Changelog
v2.0.0-rc.4 - 2022-11-22
Changelog
v2.0.0-rc.3 - 2022-10-12
GET /api/v3/uiKlines
type
to GET /api/v3/ticker
and GET /api/v3/ticker/24hr
Changelog
v2.0.0-rc.2 - 2022-10-04
POST /sapi/v1/futures/loan/borrow
POST /sapi/v1/futures/loan/repay
GET /sapi/v2/futures/loan/configs
GET /sapi/v2/futures/loan/calcAdjustLevel
GET /sapi/v1/futures/loan/calcMaxAdjustAmount
GET /sapi/v2/futures/loan/calcMaxAdjustAmount
POST /sapi/v2/futures/loan/adjustCollateral
GET /sapi/v1/futures/loan/collateralRepayLimit
GET /sapi/v1/futures/loan/collateralRepay
POST /sapi/v1/futures/loan/collateralRepay
GET /sapi/v1/futures/loan/collateralRepayResult
asset
in the endpoints that should not be mandatory #107
GET /sapi/v1/lending/daily/token/position
GET /sapi/v1/lending/project/position/list
Changelog
v2.0.0-rc.1 - 2022-08-29
pingServer
methodChangelog
v.1.13.0 - 2022-08-12
GET /sapi/v1/portfolio/pmLoan
to query Portfolio Margin Bankruptcy Loan Record.POST /sapi/v1/portfolio/repay
to repay Portfolio Margin Bankruptcy Loan.GET /sapi/v1/portfolio/collateralRate
to get Portfolio Margin Collateral Rate.POST /api/v3/order/test
New optional fields strategyId
and strategyType
.POST /api/v3/order
New optional fields strategyId
and strategyType
.POST /api/v3/order/cancelReplace
New optional fields strategyId
and strategyType
.POST /api/v3/order/oco
New optional fields limitStrategyId
, limitStrategyType
, stopStrategyId
and stopStrategyType
.Changelog
v.1.12.0 - 2022-07-19
New endpoint for Margin:
POST /sapi/v3/asset/getUserAsset
to get user assets.New endpoint for Wallet:
GET /sapi/v1/margin/dribblet
to query the historical information of user's margin account small-value asset conversion BNB.Changelog
v.1.11.0 - 2022-07-04
<symbol>@ticker_<window-size>
Individual symbol rolling window ticker streams.!ticker_<window-size>@arr
All market rolling window ticker streamsGET /api/v3/ticker
for rolling window price change statistics based on windowSize provided.POST /api/v3/order/cancelReplace
to cancel an existing order and place a new order on the same symbol.GET /sapi/v1/fiat/orders
: Weight changes from IP(1) to UID(90000)GET /sapi/v1/pay/transactions
: Param names changed: startTimestamp -> startTime; endTimestamp -> endTime.jest
from ^26.0.1
to ^28.1.2
to resolve jsdom
security issue GHSA-f4c9-cqv8-9v98
.