Settings

Manage your sign-in methods and API keys.

Account & Security

Loading account…

API Keys

API keys let you call the Canton Indexer programmatically — no JWT/refresh dance needed.

  1. Click Create key, give it a name (e.g. “CI pipeline”).
  2. Copy the raw key shown only once — store it in a secrets manager or .env.
  3. Send it as Authorization: Bearer <key> on every request to the proxy.
Example request
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://cc-devnet-indexer-proxy.itrocket.space/api/transfers?limit=10
Browse all endpoints in the API Reference
Loading keys…
Copyright © 2026 ITRocket. All Rights Reserved.