-
New endpoint for Gift Card:
GET /sapi/v1/giftcard/cryptography/rsa-public-key
to fetch RSA public key.
-
New endpoints for Staking:
GET /sapi/v1/staking/productList
to get Staking product listPOST /sapi/v1/staking/purchase
to stake productPOST /sapi/v1/staking/redeem
to redeem productGET /sapi/v1/staking/position
to get Staking product holding positionGET /sapi/v1/staking/stakingRecord
to inquiry Staking history recordsPOST /sapi/v1/staking/setAutoStaking
to set Auto Staking functionGET /sapi/v1/staking/personalLeftQuota
to inquiry Staking left quota
-
Update endpoints for Market:
GET /api/v3/ticker/24hr
,GET /api/v3/ticker/price
andGET /api/v3/ticker/bookTicker
new optional parameter symbols.
-
Update endpoint for Gift Card:
POST /sapi/v1/giftcard/redeemCode
: new optional parameter externalUid. Each external unique ID represents a unique user on the partner platform. The function helps you to identify the redemption behavior of different users.
- New endpoint
GET /sapi/v1/managed-subaccount/accountSnapshot
to support investor master account query asset snapshot of managed sub-account. - New endpoint
GET /sapi/v1/portfolio/account
to support query portfolio margin account info - New endpoint
GET /sapi/v1/margin/rateLimit/order
, which will display the user's current margin order count usage for all intervals.
- New endpoints for Gift Card (Binance Code in the API Documentation):
POST /sapi/v1/giftcard/createCode
to create a Binance CodePOST /sapi/v1/giftcard/redeemCode
to redeem a Binance CodeGET /sapi/v1/giftcard/verify
to verify a Binance Code
- New endpoint for Wallet:
POST /sapi/v1/asset/dust-btc
to get assets that can be converted into BNB
- New endpoint for Mining:
GET /sapi/v1/mining/payment/uid
to get Mining account earning
- New endpoint for BSwap:
GET /sapi/v1/bswap/unclaimedRewards
to get unclaimed rewards recordPOST /sapi/v1/bswap/claimRewards
to claim swap rewards or liquidity rewardsGET /sapi/v1/bswap/claimedHistory
to get history of claimed rewards
- Transfer types
MAIN_MINING
,MINING_MAIN
,MINING_UMFUTURE
,MARGIN_MINING
, andMINING_MARGIN
as they are discontinued in Universal Transfer endpointPOST /sapi/v1/asset/transfer
from January 05, 2022 08:00 AM UTC
- New endpoint for Convert:
GET /sapi/v1/convert/tradeFlow
to support user query convert trade history records
- New endpoint for Rebate:
GET /sapi/v1/rebate/taxQuery
to support user query spot rebate history records
- New endpoints for Margin:
GET /sapi/v1/margin/crossMarginData
to get cross margin fee data collectionGET /sapi/v1/margin/isolatedMarginData
to get isolated margin fee data collectionGET /sapi/v1/margin/isolatedMarginTier
to get isolated margin tier data collection
- New endpoints for NFT:
GET /sapi/v1/nft/history/transactions
to get NFT transaction historyGET /sapi/v1/nft/history/deposit
to get NFT deposit historyGET /sapi/v1/nft/history/withdraw
to get NFT withdraw historyGET /sapi/v1/nft/user/getAsset
to get NFT asset
- New endpoint for Crypto Loans:
GET /sapi/v1/loan/income
to query an asset's loan history
- New endpoints for Sub-Account:
POST /sapi/v1/sub-account/subAccountApi/ipRestriction
to support master account enable and disable IP restriction for a sub-account API KeyPOST /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList
to support master account add IP list for a sub-account API KeyGET /sapi/v1/sub-account/subAccountApi/ipRestriction
to support master account query IP restriction for a sub-account API KeyDELETE /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList
to support master account delete IP list for a sub-account API Key
- New endpoint for Pay:
GET /sapi/v1/pay/transactions
to support user query Pay trade history
- Removed epoch time in util method
config_logging
to provide compatibility with Windows OS - Allow optional parameter for method
isolated_margin_account_limit
- Universal transfer types:
- Added
MAIN_FUNDING
,FUNDING_MAIN
,FUNDING_UMFUTURE
,UMFUTURE_FUNDING
,MARGIN_FUNDING
,FUNDING_MARGIN
,FUNDING_CMFUTURE
andCMFUTURE_FUNDING
to support transfer assets among funding account and other accounts - Deleted
MAIN_C2C
,C2C_MAIN
,C2C_UMFUTURE
,C2C_MINING
,UMFUTURE_C2C
,MINING_C2C
,MARGIN_C2C
,C2C_MARGIN
,MAIN_PAY
andPAY_MAIN
as C2C account, Binance Payment, Binance Card and other business accounts are merged into a Funding account and they'll be discontinued on November 04, 2021 08:00 AM UTC
- Added
- Util method
config_logging
can now provide date time in UTC and epoch time
- New endpoint
GET api/v3/rateLimit/order
to display the user's current order count usage for all intervals
- Universal transfer types
MAIN_PAY
,PAY_MAIN
,ISOLATEDMARGIN_MARGIN
,MARGIN_ISOLATEDMARGIN
,ISOLATEDMARGIN_ISOLATEDMARGIN
- New endpoints for Margin OCO orders:
POST /sapi/v1/margin/order/oco
to send new margin OCO orderDELETE /sapi/v1/margin/orderList
to cancel margin OCO orderGET /sapi/v1/margin/orderList
to query a margin OCO orderGET /sapi/v1/margin/allOrderList
to query all margin OCO ordersGET /sapi/v1/margin/openOrderList
to query open margin OCO orders
- New endpoints for Isolated Margin:
DELETE /sapi/v1/margin/isolated/account
to disable isolated margin account for a specific symbolPOST /sapi/v1/margin/isolated/account
to enable isolated margin account for a specific symbolGET /sapi/v1/margin/isolated/accountLimit
to query num of enabled isolated margin accounts and its max limit
- New endpoints for BSwap:
GET /sapi/v1/bswap/poolConfigure
to get pool configureGET /sapi/v1/bswap/addLiquidityPreview
to calculate expected share amount for adding liquidity in single or dual tokenGET /sapi/v1/bswap/removeLiquidityPreview
to calculate expected asset amount of single token redemption or dual token redemption
GET api/v3/exchangeInfo
now supports single or multi-symbol queryGET api/v3/myTrades
has a new optional fieldorderId
GET /sapi/v1/c2c/orderMatch/listUserOrderHistory
to query user C2C trade history
- New Fiat endpoints:
GET /sapi/v1/fiat/orders
to query user fiat deposit and withdraw historyGET /sapi/v1/fiat/payments
to query user fiat payments history
- Typo in
margin_max_transferable
- New endpoints for Wallet:
POST /sapi/v1/asset/get-funding-asset
to query funding wallet, includes Binance Pay, Binance Card, Binance Gift Card, Stock TokenGET /sapi/v1/account/apiRestrictions
to query user API Key permission
- Remove default value in the parameters
- Upgrade the dependency packages
- A link to the document on
README.md
- Enabled the sub menu on document nav bar.
GET /sapi/v1/lending/daily/product/list
includes new parameters, current and size.- New endpoints for Sub-Account:
POST /sapi/v1/managed-subaccount/deposit
to deposit assets into the managed sub-account (only for investor master account)GET /sapi/v1/managed-subaccount/asset
to query managed sub-account asset details (only for investor master account)POST /sapi/v1/managed-subaccount/withdraw
to withdrawal assets from the managed sub-account (only for investor master account)
- First release, please find details from
README.md