earn_get_positions
List active Earn positions to check balances, strategies, lock periods, and timestamps, optionally filtered by position ID.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| position_id | No | Filter by specific position UUID. If provided, returns only that position. |