FAQ
Ten artykuł obecnie nie obsługuje Twojego języka. W przypadku języka angielskiego zalecane jest użycie automatycznego tłumacza.
Strona Główna
Centrum Wsparcia
FAQ
Krypto Derywaty
Kontrakty Futures
Tryb Wielu Aktywów
Binance Multi-Assets Mode API Interface

Binance Multi-Assets Mode API Interface

2022-07-06 07:07
In addition to the Binance standard API endpoints, you can query dedicated endpoints under the Multi-Assets Mode. The “POST” and “GET” endpoints below will return data related to the Multi-Assets Mode.
For more information, please refer to the Binance API documentation.
Asset Index
  • GET /fapi/v1/assetIndex to get the asset index for the Multi-Assets Mode
Asset Margin
  • In GET /fapi/v2/balance, GET /fapi/v2/account and GET /fapi/v1/exchangeInfo, the “marginAvailable” field indicates whether the asset can be used as a margin in the Multi-Assets Mode.
Activating the Multi-Assets Mode
  • GET /fapi/v1/multiAssetsMargin to check whether the Multi-Assets Mode is activated
  • POST /fapi/v1/multiAssetsMargin (HMAC SHA256) to change every symbol from Single-Asset Mode to Multi-Assets Mode
GET /fapi/v1/multiAssetsMargin (HMAC SHA256) to check whether you are using the Multi-Assets Mode or the Single-Asset Mode on every symbol