Watch
Watch lets you register blockchain addresses to track staking rewards over time. Once an address is watched, the API backfills historical rewards and keeps them up to date automatically.
How it works
- Register an address with
POST /v2/watch. - Wait for the historical backfill to complete.
- Query your rewards via the Reporting endpoints.
Successful staking transactions can also create watched addresses automatically — you do not always need to register them manually.
Supported networks
Solana is available today. Ethereum, StakeWise, Polkadot, and Hyperliquid are coming soon.
Address types
- Wallet — Track all positions for a delegator and validator.
- Stake account — Track a specific Solana stake account.
For request parameters, response formats, and examples, see the API Reference.
Next steps
Once rewards are synced, head to Reporting to retrieve them.