Akash Network API: Provider Counts, Compute Supply & Revenue
Akash Network (AKT) is the leading decentralized compute marketplace. If you're building a DePIN analytics tool, a compute pricing dashboard, or researching the Akash ecosystem, you need reliable data — and you need to know where it came from.
What We Track for Akash
The Kairos Signal API provides the following first-party metrics for Akash Network, each with a verify_yourself URL pointing to the upstream source:
- Active providers — from
stats.akash.network/providers - Registered providers — from
stats.akash.network/providers - Compute capacity (CPU/GPU) — from Akash's own API
- Protocol revenue (24h/7d/30d) — from DefiLlama
- TVL — from DefiLlama
- Price & market cap — from CoinGecko
Query Akash Data
# Get all Akash metrics with provenance
curl https://kairossignal.com/v1/network/AKT \
-H "X-API-Key: YOUR_KEY"
Compare Akash with other compute networks
curl "https://kairossignal.com/v1/compare?metric=active_providers" \
-H "X-API-Key: YOUR_KEY"
Every response includes source, as_of, age_hours, freshness, and verify_yourself — so you can check any number against the original source.
Get a Free API Key
Register for $5 free credits — no credit card:
curl -X POST https://kairossignal.com/v1/credits/register \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]"}'
Get your free API key → · View pricing → · Try free →