KAGURA 神楽

KAGURA is a continuous-time DeFi primitive on Solana. Two on-chain Anchor programs: a tick-attestation registry, and a USDC funding vault that compounds yield every block instead of every hour.

contact: hello@kagura.network
神楽KAGURA/ docs
v0.1.0 · pre-deployment← back to sitegithub →
api·/api/health

/api/health

static-cached json health endpoint. for uptime checks, bot cross-verification, and quick sanity probes.

endpoint

GET /api/healthhttp
1GET https://kagura.network/api/health2Cache-Control: public, max-age=60, s-maxage=603Content-Type: application/json

response

200 OKjson
1{2  "status": "ok",3  "name": "KAGURA",4  "jp": "神楽",5  "tagline": "continuous-time vault on solana",6  "stage": "pre-deployment",7  "network": "solana-devnet",8  "version": "0.1.0",9  "programs": {10    "core":  "DbHae1rzcf5U8Jbrp5X9NFTcZfk4z12R2qMNgesmXNnC",11    "vault": "HQYVFcbezorwCqPK69keUAoe4p1zgPzCVDfJq4XWymk8"12  },13  "timestamp": "2026-04-29T19:45:07.184Z"14}

fields

fieldtypemeaning
statusstringalways "ok" while site is up.
namestringbrand identifier.
stagestringpre-deployment | devnet | mainnet-beta.
networkstringcurrently active solana cluster.
versionstringmatches package.json version.
programs.corestringkagura-core program id (base58).
programs.vaultstringkagura-vault program id (base58).

usage

Listing bots, indexers, and search crawlers consume this endpoint to verify the project's claimed deployment matches what they observe on-chain. The program ids must match the strings in /.well-known/kagura.json and the body of programs/kagura-core.