binance_get_earn_account
Summarize total Simple Earn holdings in BTC and USDT with a single call, covering both Flexible and Locked products. Get an overall Earn value snapshot without listing every position.
Instructions
Summarize total Simple Earn holdings (Flexible + Locked) in BTC and USDT.
Calls GET /sapi/v1/simple-earn/account (SIGNED, USER_DATA). IP weight 150 per
call (S1 spec, 2024-10 — same unverified caveat as the position tools above).
When to Use:
For a one-call snapshot of total Earn value without listing every position.
When NOT to Use:
To see individual products or positions — use
binance_get_earn_flexible_positions/binance_get_earn_locked_positions.
Returns:
A markdown block (or JSON with response_format="json") with total, flexible-only,
and locked-only amounts, each in BTC and USDT.
Examples: params = {} params = {"response_format": "json"}
Error Handling: -2015 means the key lacks Simple Earn / USER_DATA permission or this machine's IP is not on the key's allowlist. All-zero amounts mean no funds are in Simple Earn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |