{"message":"Welcome to Sceptre Rewards API","methodology":"Algorithm (staking rewards only, 14-day rolling window):\n1. Take exchange rate at most recent staking reward epoch\n2. Take exchange rate ~14 days prior (rolling window)\n3. Calculate total growth (r2 / r1)\n4. Identify and deduct bonus reward jumps (flaredrops + buying rewards)\n5. Staking growth = total growth / bonus jumps\n6. APY = staking_growth ^ (365 / days) - 1\n\nUpdates every epoch (~3.5 days). Only staking rewards included.","endpoints":{"/v1/flare":"Get both APR and APY in FLR terms","/v1/flare/apr":"Get APR only","/v1/flare/apy":"Get APY only (FLR terms)","/v1/flare/apy/usd":"Get APY in USD terms (includes FLR price appreciation)","/v1/flare/apy/estimated":"Get estimated future APY (staking only)","/v1/flare/price/current":"Get current FLR price","/v1/flare/price/24h":"Get 24h price data","/v1/flare/price/daily":"Get historical daily prices","/v1/flare/price/daily/all":"Get all daily prices since beginning","/v1/flare/price/sparkdex/daily":"Get Sparkdex daily average sFLR/FLR prices","/v1/flare/historical/exchange-rates":"Get all historical sFLR/FLR exchange rates","/v1/flare/historical/rewards":"Get all historical reward events","/v1/flare/historical/flaredrops":"Get all FlareDrop events (rewardType 1 & 2)"},"usage":{"description":"Use the \"days\" query parameter to specify the calculation period.","example":"/v1/flare?days=45","defaultPeriod":365},"health":{"endpoint":"/health","description":"Use this endpoint to check API health"}}