Starkscan

Documentation home

Starkscan explorer API, live product, and docs for Quickstart, Build, Agents, and the live API reference.

Starkscan docs

Starkscan ships as one explorer product with a public HTTP contract (OpenAPI) and parallel docs lanes:

  • Quickstart — first request, keys, and host check
  • Get an API key — create or rotate the key used by REST, SDK, CLI, and MCP
  • Build — choose REST, TypeScript SDK, or CLI
  • Agents — MCP and coding-agent setup
  • API reference — exact HTTP operations and live try-it execution

Current public labels

Use one Starkscan API key across REST, SDK, CLI, and hosted MCP. The labels below are the public onboarding labels; route-level certification still lives on each OpenAPI operation.

SurfacePublic labelWhat works today
REST core APIcertifiedStatus, block detail, timestamp-to-block, transaction detail, token total supply, and token balance-of on /v1/{chain}/*.
TypeScript SDKalpha@starkscan/sdk@alpha wraps the same REST contract for typed app code.
Agent CLIalphaPin exact @starkscan/[email protected] for scriptable JSON workflows and X-Starkscan-Api-Key auth.
Hosted MCPbeta hosted / alpha launcher{baseUrl}/mcp is the hosted HTTP beta; pin exact @starkscan/[email protected] launcher in agent configs.

If you are an agent, start from the public docs and machine-readable files on this host. Do not infer package trust or supported routes from GitHub links; the engineering repository is private.

Need the full core API list? Open the interactive API reference (Scalar, generated from the same spec as the SDK) or download starkscan-openapi.yaml. The REST integration guide explains workflows, auth, and tiers in prose.

GoalLink
Create or rotate a keyAPI keys
First request & keysQuickstart
Terms (base URL, tiers, cursors)Concepts
Pick REST vs SDK vs CLIBuild
Codex, Claude Code, CursorAgents
Package trust and npm channel statePackage trust
REST/SDK/CLI/MCP launch stateLaunch matrix
OpenAPI + downloadsReference
Every path, try-it clientAPI reference
Workflows beyond the specREST guide

Machine-readable entrypoints

Keep the product close

Use the live explorer on this host when you want to sanity-check what the API returns.

Choose a lane by job

  • Use Quickstart when you have a host and a key and need the safest first request.
  • Use Build when you are choosing between REST, the TypeScript SDK, and the CLI.
  • Use Agents when a coding agent or tool-calling client needs Starkscan instead of direct HTTP.
  • Use API reference when you need exact HTTP operations and live try-it execution.
  • Use Reference catalogs when you need generated catalogs or deeper implementation context.

Shortest working paths

  1. API reference when you need every path, method, and parameter in one UI.
  2. Quickstart for the first successful request and API-key setup.
  3. REST guide for integration semantics beyond the raw spec.
  4. Monitor 10 wallets for the canonical multi-wallet starter across REST, SDK, and CLI.
  5. Build for the main implementation lane overview.
  6. TypeScript SDK for app integrations.
  7. MCP quickstart for Codex, Claude Code, and similar clients.

On this page