earn_get_positions
List active Earn positions or strategies on Bit2Me, with optional filtering by position ID to view specific position details including balance, strategy type, and lock period.
Instructions
List active Earn positions/strategies. Optional position_id filter for specific position. Returns position_id, symbol, balance, strategy (fixed/flexible), lock_period, converted_balance, and timestamps. Use earn_get_assets for APY rates. Note: Positions are locked/yielding funds, different from Pockets (liquid funds). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_id | No | Filter by specific position UUID. If provided, returns only that position. | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |