6 curl examples that cover the core read surface of all 5 fintech modules. No sign-up needed for the first 5 — just paste and run.
1. Health checkVerify all 5 fintech modules are live.
curl https://api.aevion.app/api/fintech/status
2. List QGood campaignsBrowse active charity campaigns — no auth required.
curl https://api.aevion.app/api/qgood/campaigns
3. VeilNetX latest blockRead the current chain head — verifiable by any observer.
curl https://api.aevion.app/api/veilnetx-ledger/head
4. Z-Tide leaderboardTop reputation holders ranked by score.
curl https://api.aevion.app/api/ztide/leaderboard
5. QChainGov active proposalsOpen governance proposals with vote counts.
curl https://api.aevion.app/api/qchaingov/proposals?status=active
6. QMaskCard stats (auth required)Aggregate mask stats — requires Bearer JWT.
curl -H "Authorization: Bearer YOUR_JWT" https://api.aevion.app/api/qmaskcard/stats