earn_get_position_rewards_config
Retrieve rewards configuration for a specific Earn position, including APY details, reward calculation rules, and staking parameters.
Instructions
Get rewards configuration for a specific Earn position. Returns reward calculation rules, APY details, and position-specific staking parameters. Use earn_get_positions first to get the position ID. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_id | Yes | Earn position UUID from earn_get_positions | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |