Fee Tier Progress
PREREQUISITE: Load the following skill to execute this recipe:
kraken-fee-optimization
Check current 30-day volume and calculate how far you are from the next fee tier.
Steps
- Get current volume and fee tier:
kraken volume --pair BTCUSD -o json 2>/dev/null - Extract
volume(30-day USD) and currentfeerates - Look up the next tier threshold from the fee schedule
- Calculate remaining volume needed: next_threshold - current_volume
- Estimate days to reach at current daily average
- Check futures volume if applicable:
kraken futures fee-schedule-volumes -o json 2>/dev/null - Present summary: current tier, current volume, next tier threshold, volume remaining, estimated days