earn_get_position_rewards_summary
Get a rewards summary for a specific Earn position, showing reward symbol, amount, and converted fiat value. Provide position ID from earn_get_positions and optional fiat currency.
Instructions
Get rewards summary for a specific Earn position. Returns reward symbol, reward amount, and converted reward amount in fiat currency. Use earn_get_positions first to get the position ID. Optional user_currency parameter to specify the fiat currency for conversion (default: EUR). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_id | Yes | Earn position UUID from earn_get_positions | |
| user_currency | No | Fiat currency for conversion (e.g., EUR, USD). Optional, defaults to EUR. | EUR |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |