Gonka · Developer infrastructure

Stop running your own node.
Start building.

rpc.gonka.gg gives you instant, authenticated access to every Gonka blockchain API through a single URL. CometBFT RPC, Cosmos REST, Gonka custom APIs, ClickHouse-indexed history, and the official inferenced CLI — one key, one endpoint, zero infrastructure.

400+
API endpoints
6
API surfaces
<50ms
Indexed queries
24/7
Managed uptime

Why rpc.gonka.gg

One URL, every API

No more juggling :26657, :1317, :9090, and custom ports. One base URL serves CometBFT RPC, Cosmos REST, Gonka API, and indexed data — just change the path prefix.

Authenticated & rate-limited

Every request is keyed. No open nodes leaking resources. Per-key rate limits, monthly quotas, and abuse protection come built in. Get a free key in 30 seconds.

Intelligent caching

Feather gateway caches smart: immutable data (historical blocks, finalized txs) cached for 24 hours. Live state refreshes every 1–3 seconds. Your app feels instant.

ClickHouse-indexed history

Pre-indexed transactions, blocks, addresses, slashing, hardware stats, and epoch performance. Sub-50ms responses on complex queries that would take seconds on a raw node.

AI-agent ready

Machine-readable docs at /llms.txt and /api/endpoints. AI agents can discover and call any endpoint without human intervention. Learn more →

No node to manage

We run the Feather nodes, the ClickHouse cluster, the chain sync, and the monitoring. You get a stable, versioned API and focus on your product.

Get started in 3 steps

Step 1

Get your API key

Sign in with your Gonka wallet on the developer portal. Your free key is ready instantly.

Step 2

Point your app

Replace your node URL with rpc.gonka.gg and add your key as a header or in the URL path.

Step 3

Ship it

Query balances, broadcast transactions, search history, run validators — all through one endpoint.

Works with the inferenced CLI

The official Gonka blockchain CLI connects directly to rpc.gonka.gg. No custom headers needed — just embed your key in the URL.

inferenced status --node https://rpc.gonka.gg/key/YOUR_KEY/
inferenced query bank balances gonka1... --node https://rpc.gonka.gg/key/YOUR_KEY/
inferenced tx bank send wallet1 gonka1... 1000ngonka --node https://rpc.gonka.gg/key/YOUR_KEY/ --chain-id gonka-mainnet --yes

API surfaces

Six ways to reach chain and index data, all through the same base URL.

Chain RPC

CometBFT JSON-RPC

Status, blocks, validators, ABCI queries, tx broadcast. The same interface wallets and CosmJS use.

  • Prefix /chain-rpc/ or root /
  • Full JSON-RPC POST support
View endpoints

Cosmos REST / LCD

gRPC-gateway paths

Bank, staking, governance, auth, IBC, CosmWasm — the standard Cosmos REST API.

  • Prefix /chain-api/cosmos/*
  • Also available at /cosmos/*
View endpoints

Gonka API

Developer-friendly JSON

Models, participants, epochs, inference requests, and custom Gonka blockchain features.

  • Prefix /v1/*
View endpoints

Fast indexed data

ClickHouse-backed queries

Transactions, blocks, addresses, slashing, hardware, epoch performance — all pre-indexed for speed.

  • Prefix /api/ch/*
  • Sub-50ms on complex queries
View endpoints

CometBFT passthrough

Direct node RPC

Low-level CometBFT access outside the Feather cache — same paths as native :26657.

  • Prefix /comet/*
View endpoints

Developer portal

Wallet sign-in & key management

Create API keys, monitor usage, upgrade plans — all from a simple wallet-authenticated dashboard.

  • Free tier available instantly
  • Upgrade to Pro or Business anytime
Get access

Index volume (ClickHouse)

Live row counts across the indexed datasets served via GET /api/ch/*.