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.
- Click Create key, give it a name (e.g. “CI pipeline”).
- Copy the raw key shown only once — store it in a secrets manager or .env.
- 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=10Loading keys…