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.
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