[API]
Fetch the same public JSON snapshots used by the dashboard. Files are static, versioned, and refreshed by the dashboard data workflow.
Fetch
const dashboard = await fetch('https://megafees.com/api/v1/dashboard.json', {
cache: 'no-store'
}).then((res) => res.json());
const economics = await fetch('https://megafees.com/api/v1/economics.json')
.then((res) => res.json());
Endpoints
Manifest with endpoint descriptions, update timestamps, and examples.
Complete combined payload for all public dashboard datasets.
USDM supply, M0, M1, lending vault reserves, and economics components.
MEGA holders history and holder-size cohorts.
Brix dashboard metrics, prices, and market-cap series.
Brix-related token contracts, holders, supply, and transfer snapshots.
World Markets TVL, exchange balances, lending, fees, and sources.
Euphoria transaction, transfer, volume, user, fee, and PnL snapshots.
HitOne transaction, transfer, volume, user, fee, and PnL snapshots.
Monster play volume, pack mix, player concentration, and protocol economics snapshots.
Notes
No API key is required. The data is compiled from public upstream sources named in the dashboard and in each dataset. Check upstream source terms before redistributing large copies.