V1 API Reference

Kalvora Indexer API

Access indexed blockchain data from the Kalvora network. Transactions, blocks, tokens, wallets, governance, DEX, staking, and more.

Alpha documentationThese endpoint schemas are currently in Alpha and may contain inaccuracies or incomplete payload parameters. If you encounter any structural divergence while integrating, please report it to us so we can resolve it swiftly.
https://api.kalscan.io/v1
GET onlyJSON responses

TypeScript SDK

The official Typescript SDK (`kal-indexer-ts`) provides a strictly-typed, high-performance client for interacting with the Kalvora Network Indexer API natively in Node.js, React, or React Native.

Pro Tip: Under the hood, the SDK utilizes the robust fetch API and inherently supports edge/serverless environments like Vercel Cloudflare Workers without requiring polyfills. It is strictly typed against the live JSON API schemas.

Installation & Setup

Coming Soon

The SDK is not published to the public npm registry. Install it from GitHub and pin a reviewed tag or commit SHA for reproducible builds. Requires Node.js 18+ or a modern bundler.

Initializing the Client

Initialize the `KalvoraClient` utilizing your master API key. The client automatically handles base URL routing, error mapping, and JSON payload serialization.

Querying the Network

The SDK is intrinsically partitioned into standard V1 modules matching the REST architecture (`transactions`, `blocks`, `wallets`, `governance`, `auth`, `dex`).