staking-rewards-api
Installation
SKILL.md
Staking Rewards API
Query staking data (GraphQL) and ratings (REST) from the Staking Rewards APIs.
Instructions
- Determine the correct API based on what the user asks (see API Routing below)
- Check for an API key (environment variable,
.envfile, or ask the user) - Construct the appropriate query (GraphQL for staking data, REST for ratings)
- Follow the critical rules for each API (e.g.,
limitis always required for GraphQL) - Present results in a well-formatted table with proper units and labels (see Presenting Results)