earn_get_position_movements
Retrieve movement history for a specific Earn position, showing deposits, withdrawals, rewards, and fees with dates and status. Pass the position ID and use limit/offset to control results.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| limit | No | Maximum number of records to return | |
| offset | No | Number of records to skip for pagination | |
| position_id | Yes | Earn position UUID from earn_get_positions |