API Documentation

Integrate Akash Network into your applications with SDKs and APIs

Integration Options

Akash Blockchain SDK

Full blockchain integration with your own wallet

Best for:

  • • Building deployment automation tools
  • • Creating custom deployment workflows
  • • Provider management dashboards
  • • Monitoring and analytics tools

Payment:

AKT or USDC cryptocurrency

Explore Blockchain SDK →

Akash Deployment REST API

Deploy to Akash using credit cards via REST API

Best for:

  • • Building SaaS platforms
  • • Offering deployments to non-crypto users
  • • User-friendly deployment interfaces
  • • No wallet management overhead

Payment:

Credit card (Console handles blockchain)

Explore Deployment API →

Blockchain REST/RPC

Query the chain directly via an Akash node (gRPC, REST, RPC). For chain state and transactions.

Best for:

  • • Querying chain state (balances, deployments, validators)
  • • Submitting transactions to the blockchain
  • • Tooling that talks to an Akash node

Note:

Use a node endpoint; Console API is indexed data, not a node.

Node API Layer →

Console API — Network Data

Indexed data only: providers, GPU availability, stats. Not a node — do not use for chain queries.

Best for:

  • • Querying provider availability and specs (indexed)
  • • Finding GPU resources on the network
  • • Building dashboards and analytics
  • • Network monitoring tools

Authentication:

No authentication required (public endpoints)

Explore Console API (network data) →