binance_get_account_info
Check your Binance account's VIP fee tier and enabled product lines (margin, futures, options, portfolio margin) before routing requests that depend on those permissions.
Instructions
Report the account's VIP tier and which product lines are enabled.
Calls GET /sapi/v1/account/info (SIGNED, IP weight 1).
When to Use:
To check the account's VIP fee tier, or whether margin/futures/options are enabled before routing a request that assumes one of them.
When NOT to Use:
To read balances or trading permissions — use
binance_get_spot_account(spot_account.py) orbinance_get_api_restrictions.
Returns:
A markdown block with vipLevel and the isMarginEnabled/isFutureEnabled/
isOptionsEnabled/isPortfolioMarginRetailEnabled flags, or raw JSON with
response_format="json".
Examples: params = {}
Error Handling: -2015 means the key lacks Reading permission or this IP is not allowlisted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |