The Admin page provides data backfill utilities for Erebor’s historical analytics. Use these when vault data is missing from the analytics database: after onboarding a vault with existing onchain history, or after a data pipeline incident.Documentation Index
Fetch the complete documentation index at: https://docs.superform.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Backfill operations are long-running (up to 120s per request). The API client timeout is overridden accordingly. Requires
registry_maintainer permission.Backfill Types
APY Backfill
Recomputes and stores APY snapshots for a vault over a specified date range. Max 90 days.TVL Backfill
Recomputes and stores TVL snapshots. Max 90 days.Events Backfill
Re-indexes deposit, withdrawal, and other onchain events. Max 365 days.Using the UI
- Select backfill type (APY, TVL, or Events)
- Select chain and vault
- Choose days (presets: 7, 30, 90; Events adds 365)
- Click Run Backfill and wait for results (up to 120s)
- Review the results summary (updated/failed/skipped counts)
API Reference
| Endpoint | Method | Timeout | Description |
|---|---|---|---|
/api/v1/admin/backfill/apy | POST | 120s | APY snapshots (max 90 days) |
/api/v1/admin/backfill/tvl | POST | 120s | TVL snapshots (max 90 days) |
/api/v1/admin/backfill/events | POST | 120s | On-chain events (max 365 days) |