{
  "serviceId": "akash",
  "displayName": "Akash Network CometBFT and LCD",
  "description": "Read-only access to Akash Network mainnet, the decentralised compute marketplace: the CometBFT RPC (as JSON-RPC or GET routes such as /status and /block) and the Cosmos SDK LCD (GET /cosmos/... and the chain's own modules). Served by the Pocket Network decentralised supplier set. Pay per request in USDC; no account, no API key.",
  "category": "blockchain",
  "resourceUrl": "https://agent.pocket.network/v1/akash",
  "priceUsd": "0.005000",
  "priceVersion": 1,
  "rails": [
    {
      "id": "base",
      "network": "eip155:8453",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "tokenDecimals": 6,
      "payToAddress": "0xF732ea490c5766071785a2310523f7fA2CEbB829"
    }
  ],
  "protocols": [
    "jsonrpc",
    "rest"
  ],
  "inputSchema": {
    "type": "object",
    "description": "For the CometBFT JSON-RPC surface, the standard envelope (method, params) POSTed to the service root. For the GET routes, append the path to /v1/akash with its query string. LCD routes take the path parameters their templates name.",
    "properties": {
      "method": {
        "type": "string",
        "description": "CometBFT RPC method, e.g. block",
        "examples": [
          "GET /abci_info",
          "GET /akash/deployment/v1beta3/deployments/list",
          "GET /block",
          "GET /block_results",
          "GET /block_search",
          "GET /blockchain",
          "GET /commit",
          "GET /consensus_params",
          "GET /consensus_state",
          "GET /cosmos/auth/v1beta1/accounts",
          "GET /cosmos/auth/v1beta1/accounts/{address}",
          "GET /cosmos/auth/v1beta1/params",
          "GET /cosmos/authz/v1beta1/grants",
          "GET /cosmos/bank/v1beta1/balances/{address}",
          "GET /cosmos/bank/v1beta1/balances/{address}/by_denom",
          "GET /cosmos/bank/v1beta1/denoms_metadata",
          "GET /cosmos/bank/v1beta1/params",
          "GET /cosmos/bank/v1beta1/spendable_balances/{address}",
          "GET /cosmos/bank/v1beta1/supply",
          "GET /cosmos/bank/v1beta1/supply/by_denom",
          "GET /cosmos/base/tendermint/v1beta1/abci_query",
          "GET /cosmos/base/tendermint/v1beta1/blocks/latest",
          "GET /cosmos/base/tendermint/v1beta1/blocks/{height}",
          "GET /cosmos/base/tendermint/v1beta1/node_info",
          "GET /cosmos/base/tendermint/v1beta1/syncing",
          "GET /cosmos/base/tendermint/v1beta1/validatorsets/latest",
          "GET /cosmos/base/tendermint/v1beta1/validatorsets/{height}",
          "GET /cosmos/distribution/v1beta1/community_pool",
          "GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards",
          "GET /cosmos/distribution/v1beta1/params",
          "GET /cosmos/distribution/v1beta1/validators/{validator_address}/commission",
          "GET /cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards",
          "GET /cosmos/evidence/v1beta1/evidence",
          "GET /cosmos/feegrant/v1beta1/allowances/{grantee}",
          "GET /cosmos/gov/v1/params/{params_type}",
          "GET /cosmos/gov/v1/proposals",
          "GET /cosmos/gov/v1/proposals/{proposal_id}",
          "GET /cosmos/gov/v1/proposals/{proposal_id}/tally",
          "GET /cosmos/gov/v1/proposals/{proposal_id}/votes",
          "GET /cosmos/gov/v1beta1/proposals",
          "GET /cosmos/mint/v1beta1/annual_provisions",
          "GET /cosmos/mint/v1beta1/inflation",
          "GET /cosmos/mint/v1beta1/params",
          "GET /cosmos/params/v1beta1/params",
          "GET /cosmos/slashing/v1beta1/params",
          "GET /cosmos/slashing/v1beta1/signing_infos",
          "GET /cosmos/staking/v1beta1/delegations/{delegator_addr}",
          "GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations",
          "GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators",
          "GET /cosmos/staking/v1beta1/historical_info/{height}",
          "GET /cosmos/staking/v1beta1/params",
          "GET /cosmos/staking/v1beta1/pool",
          "GET /cosmos/staking/v1beta1/validators",
          "GET /cosmos/staking/v1beta1/validators/{validator_addr}",
          "GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations",
          "GET /cosmos/tx/v1beta1/txs",
          "GET /cosmos/tx/v1beta1/txs/block/{height}",
          "GET /cosmos/tx/v1beta1/txs/{hash}",
          "GET /cosmos/upgrade/v1beta1/applied_plan/{name}",
          "GET /cosmos/upgrade/v1beta1/current_plan",
          "GET /cosmos/upgrade/v1beta1/module_versions",
          "GET /cosmwasm/wasm/v1/code",
          "GET /cosmwasm/wasm/v1/codes/params",
          "GET /cosmwasm/wasm/v1/contract/{address}",
          "GET /cosmwasm/wasm/v1/contract/{address}/smart/{query_data}",
          "GET /cosmwasm/wasm/v1/contract/{address}/state",
          "GET /genesis",
          "GET /header",
          "GET /health",
          "GET /ibc/apps/transfer/v1/denoms",
          "GET /ibc/core/channel/v1/channels",
          "GET /ibc/core/client/v1/client_states",
          "GET /ibc/core/connection/v1/connections",
          "GET /net_info",
          "GET /num_unconfirmed_txs",
          "GET /status",
          "GET /syncing",
          "GET /tx",
          "GET /tx_search",
          "GET /unconfirmed_txs",
          "GET /validators",
          "abci_info",
          "abci_query",
          "block",
          "block_by_hash",
          "block_results",
          "block_search",
          "blockchain",
          "commit",
          "consensus_params",
          "consensus_state",
          "dump_consensus_state",
          "genesis",
          "genesis_chunked",
          "header",
          "header_by_hash",
          "health",
          "net_info",
          "num_unconfirmed_txs",
          "status",
          "tx",
          "tx_search",
          "unconfirmed_txs",
          "validators"
        ]
      },
      "params": {
        "description": "Parameters per the CometBFT RPC spec"
      }
    }
  },
  "outputSchema": {
    "type": "object",
    "description": "Depends on the route. A JSON-RPC call POSTed to the service root returns the JSON-RPC 2.0 envelope with `result` in the shape the CometBFT method defines (an object; block and status reads nest `block`, `sync_info` and so on). A GET on an LCD route returns that route's own JSON per the Cosmos SDK gRPC-gateway specification.",
    "examples": [
      {
        "jsonrpc": "2.0",
        "id": 1,
        "result": {}
      }
    ]
  },
  "methods": {
    "GET /abci_info": "read",
    "GET /akash/deployment/v1beta3/deployments/list": "read",
    "GET /block": "read",
    "GET /block_results": "read",
    "GET /block_search": "read",
    "GET /blockchain": "read",
    "GET /commit": "read",
    "GET /consensus_params": "read",
    "GET /consensus_state": "read",
    "GET /cosmos/auth/v1beta1/accounts": "read",
    "GET /cosmos/auth/v1beta1/accounts/{address}": "read",
    "GET /cosmos/auth/v1beta1/params": "read",
    "GET /cosmos/authz/v1beta1/grants": "read",
    "GET /cosmos/bank/v1beta1/balances/{address}": "read",
    "GET /cosmos/bank/v1beta1/balances/{address}/by_denom": "read",
    "GET /cosmos/bank/v1beta1/denoms_metadata": "read",
    "GET /cosmos/bank/v1beta1/params": "read",
    "GET /cosmos/bank/v1beta1/spendable_balances/{address}": "read",
    "GET /cosmos/bank/v1beta1/supply": "read",
    "GET /cosmos/bank/v1beta1/supply/by_denom": "read",
    "GET /cosmos/base/tendermint/v1beta1/abci_query": "read",
    "GET /cosmos/base/tendermint/v1beta1/blocks/latest": "read",
    "GET /cosmos/base/tendermint/v1beta1/blocks/{height}": "read",
    "GET /cosmos/base/tendermint/v1beta1/node_info": "read",
    "GET /cosmos/base/tendermint/v1beta1/syncing": "read",
    "GET /cosmos/base/tendermint/v1beta1/validatorsets/latest": "read",
    "GET /cosmos/base/tendermint/v1beta1/validatorsets/{height}": "read",
    "GET /cosmos/distribution/v1beta1/community_pool": "read",
    "GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards": "read",
    "GET /cosmos/distribution/v1beta1/params": "read",
    "GET /cosmos/distribution/v1beta1/validators/{validator_address}/commission": "read",
    "GET /cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards": "read",
    "GET /cosmos/evidence/v1beta1/evidence": "read",
    "GET /cosmos/feegrant/v1beta1/allowances/{grantee}": "read",
    "GET /cosmos/gov/v1/params/{params_type}": "read",
    "GET /cosmos/gov/v1/proposals": "read",
    "GET /cosmos/gov/v1/proposals/{proposal_id}": "read",
    "GET /cosmos/gov/v1/proposals/{proposal_id}/tally": "read",
    "GET /cosmos/gov/v1/proposals/{proposal_id}/votes": "read",
    "GET /cosmos/gov/v1beta1/proposals": "read",
    "GET /cosmos/mint/v1beta1/annual_provisions": "read",
    "GET /cosmos/mint/v1beta1/inflation": "read",
    "GET /cosmos/mint/v1beta1/params": "read",
    "GET /cosmos/params/v1beta1/params": "read",
    "GET /cosmos/slashing/v1beta1/params": "read",
    "GET /cosmos/slashing/v1beta1/signing_infos": "read",
    "GET /cosmos/staking/v1beta1/delegations/{delegator_addr}": "read",
    "GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations": "read",
    "GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators": "read",
    "GET /cosmos/staking/v1beta1/historical_info/{height}": "read",
    "GET /cosmos/staking/v1beta1/params": "read",
    "GET /cosmos/staking/v1beta1/pool": "read",
    "GET /cosmos/staking/v1beta1/validators": "read",
    "GET /cosmos/staking/v1beta1/validators/{validator_addr}": "read",
    "GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations": "read",
    "GET /cosmos/tx/v1beta1/txs": "read",
    "GET /cosmos/tx/v1beta1/txs/block/{height}": "read",
    "GET /cosmos/tx/v1beta1/txs/{hash}": "read",
    "GET /cosmos/upgrade/v1beta1/applied_plan/{name}": "read",
    "GET /cosmos/upgrade/v1beta1/current_plan": "read",
    "GET /cosmos/upgrade/v1beta1/module_versions": "read",
    "GET /cosmwasm/wasm/v1/code": "read",
    "GET /cosmwasm/wasm/v1/codes/params": "read",
    "GET /cosmwasm/wasm/v1/contract/{address}": "read",
    "GET /cosmwasm/wasm/v1/contract/{address}/smart/{query_data}": "read",
    "GET /cosmwasm/wasm/v1/contract/{address}/state": "read",
    "GET /genesis": "read",
    "GET /header": "read",
    "GET /health": "read",
    "GET /ibc/apps/transfer/v1/denoms": "read",
    "GET /ibc/core/channel/v1/channels": "read",
    "GET /ibc/core/client/v1/client_states": "read",
    "GET /ibc/core/connection/v1/connections": "read",
    "GET /net_info": "read",
    "GET /num_unconfirmed_txs": "read",
    "GET /status": "read",
    "GET /syncing": "read",
    "GET /tx": "read",
    "GET /tx_search": "read",
    "GET /unconfirmed_txs": "read",
    "GET /validators": "read",
    "abci_info": "read",
    "abci_query": "read",
    "block": "read",
    "block_by_hash": "read",
    "block_results": "read",
    "block_search": "read",
    "blockchain": "read",
    "commit": "read",
    "consensus_params": "read",
    "consensus_state": "read",
    "dump_consensus_state": "read",
    "genesis": "read",
    "genesis_chunked": "read",
    "header": "read",
    "header_by_hash": "read",
    "health": "read",
    "net_info": "read",
    "num_unconfirmed_txs": "read",
    "status": "read",
    "tx": "read",
    "tx_search": "read",
    "unconfirmed_txs": "read",
    "validators": "read"
  },
  "firstParty": true,
  "networks": [
    "eip155:8453"
  ],
  "serving": true,
  "page": "https://agent.pocket.network/services/akash",
  "descriptor": "https://agent.pocket.network/services/akash/descriptor.json"
}