earn_get_position_movements
Retrieve the movement history of an Earn position, including deposits, withdrawals, rewards, and fees with dates and status.
Instructions
Get movement history of a specific Earn position. Returns movements with type (deposit, withdrawal, reward, fee), amounts, dates, and status. Optional limit and offset for pagination. Use earn_get_positions first to get the position ID. Response is a paginated list with metadata. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_id | Yes | Earn position UUID from earn_get_positions | |
| limit | No | Maximum number of records to return | |
| offset | No | Number of records to skip for pagination | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |