Akash Network logo

Akash Network

Akash Network is a decentralized cloud marketplace for compute - including GPUs - built on a Cosmos-SDK chain settled in AKT. Tenants post deployment manifests (SDL) and providers bid to host them. Developer surface includes the Akash Console REST API with managed wallets and credit-card billing, the Network Data API for indexed chain and provider data, the underlying Cosmos-SDK chain accessible over gRPC / REST / RPC, the Provider API on each provider, an official Akash Blockchain SDK in Go and JavaScript/TypeScript, the Provider Console, and the akash CLI.

8 APIs 0 Features
Decentralized CloudGPUComputeDePINCosmosCryptoMarketplace

Akash Network publishes 8 APIs on the APIs.io network. Tagged areas include Decentralized Cloud, GPU, Compute, DePIN, and Cosmos.

Akash Network’s developer surface includes documentation, GitHub presence, developer console, and 3 more developer resources.

APIs

Akash Console API

REST API for the managed Akash Console - deploy workloads with a managed wallet and credit-card billing, list and manage deployments, leases, and providers without needing to ru...

Akash Network Data API

Indexed network data over REST - blocks, transactions, deployments, leases, providers, GPU availability, and marketplace stats. Used for analytics, provider discovery, and dashb...

Akash Chain Node (gRPC / REST / RPC)

Direct access to the Akash Cosmos-SDK chain over gRPC, REST (LCD), and Tendermint RPC. Used to query state, broadcast transactions, and stream events from a self-run or hosted A...

Akash Provider API

HTTP API exposed by each Akash provider for lease management, manifest submission, log and event streaming, shell access, and service status. Used by tenants and tooling once a ...

Akash Blockchain SDK (Go)

Official Go SDK for the Akash chain - typed message types, client helpers for deployments, leases, and providers, AuthZ and fee-grant support, and the building blocks behind the...

Akashjs - Akash SDK (JavaScript / TypeScript)

Official JavaScript / TypeScript SDK for building Akash applications and tooling - SDL parsing, wallet signing, deployment lifecycle, and lease management.

Akash CLI

Reference command-line tool for the Akash network - keys, accounts, deployments, bids, leases, manifest send, and provider queries. Built on the Go SDK.

Akash Console (Web)

Hosted web console for browsing the marketplace, deploying SDL manifests, and managing leases - with optional managed wallet and credit-card billing.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
API Documentation
API Documentation
👥
GitHub
GitHub
🌐
Console
Console
🔗
LinkedIn
LinkedIn

Sources

apis.yml Raw ↑
aid: akash-network
url: https://raw.githubusercontent.com/api-evangelist/akash-network/refs/heads/main/apis.yml
name: Akash Network
kind: company
description: >-
  Akash Network is a decentralized cloud marketplace for compute - including
  GPUs - built on a Cosmos-SDK chain settled in AKT. Tenants post deployment
  manifests (SDL) and providers bid to host them. Developer surface includes
  the Akash Console REST API with managed wallets and credit-card billing, the
  Network Data API for indexed chain and provider data, the underlying
  Cosmos-SDK chain accessible over gRPC / REST / RPC, the Provider API on each
  provider, an official Akash Blockchain SDK in Go and JavaScript/TypeScript,
  the Provider Console, and the akash CLI.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Decentralized Cloud
  - GPU
  - Compute
  - DePIN
  - Cosmos
  - Crypto
  - Marketplace
created: '2026-05-23'
modified: '2026-05-23'
specificationVersion: '0.19'
apis:
  - aid: akash-network:console-api
    name: Akash Console API
    description: >-
      REST API for the managed Akash Console - deploy workloads with a managed
      wallet and credit-card billing, list and manage deployments, leases, and
      providers without needing to run a node or hold AKT directly.
    humanURL: https://akash.network/docs/api-documentation/console-api
    baseURL: https://console.akash.network/
    tags:
      - REST
      - Deployments
      - Managed
    properties:
      - type: Documentation
        url: https://akash.network/docs/api-documentation/console-api
  - aid: akash-network:network-data-api
    name: Akash Network Data API
    description: >-
      Indexed network data over REST - blocks, transactions, deployments,
      leases, providers, GPU availability, and marketplace stats. Used for
      analytics, provider discovery, and dashboards (the API powering Cloudmos /
      Akash Stats).
    humanURL: https://akash.network/docs/api-documentation/
    baseURL: https://api.cloudmos.io/
    tags:
      - Indexer
      - Analytics
      - Marketplace
    properties:
      - type: Documentation
        url: https://akash.network/docs/api-documentation/
  - aid: akash-network:chain-grpc-rest-rpc
    name: Akash Chain Node (gRPC / REST / RPC)
    description: >-
      Direct access to the Akash Cosmos-SDK chain over gRPC, REST (LCD), and
      Tendermint RPC. Used to query state, broadcast transactions, and stream
      events from a self-run or hosted Akash node.
    humanURL: https://akash.network/docs/api-documentation/
    baseURL: https://akash.network/docs/api-documentation/
    tags:
      - Cosmos SDK
      - gRPC
      - REST
      - RPC
    properties:
      - type: Documentation
        url: https://akash.network/docs/api-documentation/
  - aid: akash-network:provider-api
    name: Akash Provider API
    description: >-
      HTTP API exposed by each Akash provider for lease management, manifest
      submission, log and event streaming, shell access, and service status.
      Used by tenants and tooling once a lease is established.
    humanURL: https://akash.network/docs/providers/
    baseURL: https://github.com/akash-network/provider
    tags:
      - Provider
      - Leases
      - Deployments
    properties:
      - type: Documentation
        url: https://akash.network/docs/providers/
      - type: Repository
        url: https://github.com/akash-network/provider
  - aid: akash-network:sdk-go
    name: Akash Blockchain SDK (Go)
    description: >-
      Official Go SDK for the Akash chain - typed message types, client helpers
      for deployments, leases, and providers, AuthZ and fee-grant support, and
      the building blocks behind the akash CLI.
    humanURL: https://akash.network/docs/api-documentation/sdk
    baseURL: https://github.com/akash-network/node
    tags:
      - SDK
      - Go
      - Cosmos SDK
    properties:
      - type: Repository
        url: https://github.com/akash-network/node
      - type: Documentation
        url: https://akash.network/docs/api-documentation/sdk
  - aid: akash-network:sdk-js
    name: Akashjs - Akash SDK (JavaScript / TypeScript)
    description: >-
      Official JavaScript / TypeScript SDK for building Akash applications and
      tooling - SDL parsing, wallet signing, deployment lifecycle, and lease
      management.
    humanURL: https://akash.network/docs/api-documentation/sdk
    baseURL: https://github.com/akash-network/akashjs
    tags:
      - SDK
      - JavaScript
      - TypeScript
    properties:
      - type: Repository
        url: https://github.com/akash-network/akashjs
      - type: Documentation
        url: https://akash.network/docs/api-documentation/sdk
  - aid: akash-network:cli
    name: Akash CLI
    description: >-
      Reference command-line tool for the Akash network - keys, accounts,
      deployments, bids, leases, manifest send, and provider queries. Built on
      the Go SDK.
    humanURL: https://akash.network/docs/deployments/akash-cli/installation/
    baseURL: https://github.com/akash-network/node
    tags:
      - CLI
      - Tooling
    properties:
      - type: Documentation
        url: https://akash.network/docs/deployments/akash-cli/installation/
      - type: Repository
        url: https://github.com/akash-network/node
  - aid: akash-network:console
    name: Akash Console (Web)
    description: >-
      Hosted web console for browsing the marketplace, deploying SDL manifests,
      and managing leases - with optional managed wallet and credit-card billing.
    humanURL: https://console.akash.network/
    baseURL: https://console.akash.network/
    tags:
      - Console
      - Web App
    properties:
      - type: Application
        url: https://console.akash.network/
common:
  - type: Website
    url: https://akash.network/
  - type: Documentation
    url: https://akash.network/docs/
  - type: API Documentation
    url: https://akash.network/docs/api-documentation/
  - type: GitHub
    url: https://github.com/akash-network
  - type: Console
    url: https://console.akash.network/
  - type: LinkedIn
    url: https://www.linkedin.com/company/akash-network/
maintainers:
  - FN: Kin Lane
    email: [email protected]