🔃REST

Cosmos-SDK based chain

Request

curl https://api-mainnet-akash-fullnode.forbole.com/cosmos/auth/v1beta1/params \
  -H "apiKey: {apiKey}"

Response

{
  "jsonrpc": "2.0",
  "id": -1,
  "result": {
    "response": {
      "data": "sgn",
      "version": "1.19.6",
      "last_block_height": "16723601",
      "last_block_app_hash": "hQ48dvpbZNKNVVNTo6iwXdH2eP0GB+y5q99bGcrKpkc="
    }
  }
}

Last updated