binance_get_earn_locked_positions
List your Binance Simple Earn Locked positions to view APY, duration, accrued days, and redeem dates. Filter by asset or position ID to decide whether to auto-renew or opt out.
Instructions
List the caller's Simple Earn Locked subscriptions and their APY/redeem dates.
Calls GET /sapi/v1/simple-earn/locked/position (SIGNED, USER_DATA). IP weight
150 per call (S1 spec, 2024-10 — same unverified caveat as
binance_get_earn_flexible_positions; treat it as approximate).
When to Use:
To see time-locked Earn positions: duration, accrued days, APY, and redeem date.
Before deciding whether to let a position auto-renew or opt out.
When NOT to Use:
For on-demand redeemable positions — use
binance_get_earn_flexible_positions.For a single aggregate balance — use
binance_get_earn_account.
Returns: A markdown list (or JSON) of positions: asset, position id, project id, amount, APY, duration/accrued days, reward asset, purchase and redeem dates, and the renewable/auto-renew flags.
Pagination:
Same limit/offset -> Binance size/current mapping as
binance_get_earn_flexible_positions (see the module docstring).
Examples: params = {"asset": "AXS"} params = {"position_id": "123123"}
Error Handling:
-2015 as above (permission or IP allowlist). An empty rows list means no
Locked subscriptions match the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |