earn_get_movements_summary
Retrieve total count and aggregated amounts of Earn movements filtered by type (deposit, reward, withdrawal, discount-funds, discount-rewards).
Instructions
Get summary statistics of Earn movements filtered by type. Valid type values: deposit, reward, withdrawal, discount-funds, discount-rewards. Returns total count, total amounts, and aggregated data for the specified movement type across all Earn positions. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Movement type. Valid values: deposit, reward, withdrawal, discount-funds, discount-rewards | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |