Akash Network website screenshot

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

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.

Collections

Pricing Plans

Rate Limits

Akash Network Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

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

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Akash Console API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Deployments
    type: folder
  items:
  - info:
      name: Create a deployment
      type: http
    http:
      method: POST
      url: https://console-api.akash.network/v1/deployments
      body:
        type: json
        data: '{}'
    docs: Submit an SDL deployment manifest to create a new deployment on the Akash network.
- info:
    name: Bids
    type: folder
  items:
  - info:
      name: List bids for a deployment
      type: http
    http:
      method: GET
      url: https://console-api.akash.network/v1/bids
      params:
      - name: dseq
        value: ''
        type: query
        description: Deployment sequence identifier.
    docs: Returns bids placed by providers for a given deployment sequence.
- info:
    name: Leases
    type: folder
  items:
  - info:
      name: Accept a bid and create a lease
      type: http
    http:
      method: POST
      url: https://console-api.akash.network/v1/leases
      body:
        type: json
        data: '{}'
    docs: Accept a provider bid to create a lease that runs the deployment.
bundled: true