Forbole DevTools Docs
  • RPC/API Documentation
    • 👋 Welcome
    • 🧭 Guide to RPC
      • 🌐 Endpoints
        • Authentication
        • gRPC
          • Kaspa
        • ↕️RPC
          • Akash
          • Arbitrum
          • Base
          • Celer
          • Ethereum
          • Optimism
          • Quasar
          • Sui
        • 🔃REST
          • Agoric
          • Akash
          • Celer
          • Quasar
        • 🔌Websocket
          • Kaspa
      • 📰Plans
        • 🆓Free Plan
        • 💵Pay as You Go
          • ⬆️Query requests top up
        • 🏦Enterprise
      • ⚙️Settings
        • 🔑 Regenerate API key
        • ⛔️ IP Allowlist
  • Contact Us
    • Forbole Website
    • Discord
    • Github
    • Telegram
    • X
Powered by GitBook
On this page
  • Cosmos-SDK based chain
  • Request
  • Response

Was this helpful?

  1. RPC/API Documentation
  2. 🧭 Guide to RPC
  3. 🌐 Endpoints

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 6 months ago

Was this helpful?

🔃