跳至主要內容
本頁面使用機器翻譯自英語,可能包含錯誤或不清楚的語言。如需最準確的信息,請參閱英文原文。由於更新頻繁,部分內容可能與英文原文有出入。請加入我們在 Crowdin 上的努力,幫助我們改進本頁面的翻譯。 (Crowdin translation page, Contributing guide)

Migrate from Ankr

Sunset notice

Kaia support on Ankr ends on October 16, 2026. After that date, all Ankr RPC endpoints pointing to Kaia chains are decommissioned and stop responding.

If your app sends Kaia RPC calls to Ankr, switch to another provider before the sunset date. For most projects this is a one-line endpoint change — see Choose an alternative.

What is changing

Ankr is retiring its Kaia RPC service. This affects the endpoints only — nothing about Kaia itself changes.

DateWhat happens
October 16, 2026All Ankr RPC endpoints for Kaia chains are decommissioned. Requests stop returning data.
After the sunsetKaia is no longer available through Ankr. Existing API keys and plans no longer serve Kaia traffic.

What is not affected:

  • Kaia Mainnet (8217) and Kairos Testnet (1001) themselves
  • Your contracts, addresses, balances, and on-chain history
  • Any part of your app that does not call Ankr

Every RPC provider serves the same chain data. Pointing your app at a different endpoint returns the same results.

Are you affected?

You are affected if any of the following is true:

  • Your app, scripts, or CI send Kaia JSON-RPC calls to a host under rpc.ankr.com.
  • A wallet config, hardhat/foundry network entry, or SDK provider URL in your project names Ankr.
  • A dependency, indexer, dashboard, or analytics job in your stack reads Kaia through Ankr.

A quick way to check your codebase:


grep -rn "ankr" --include="*.ts" --include="*.js" --include="*.json" --include="*.toml" --include="*.yaml" --include="*.yml" --include="*.env*" .

Also check the places that grep will not reach: deployment environment variables, CI/CD secrets, serverless function configs, and any RPC URL saved in a wallet or hosted dashboard.

You are not affected if you already use the Kaia Foundation public endpoints or another provider.

Do this before October 16, 2026

While your Ankr account is still active:

  • Note the Ankr endpoints and API keys your project uses, so you can find every place that needs updating.
  • Export any usage or analytics data you want to keep from the Ankr dashboard.
  • Cancel your Ankr subscription once you have cut over, so you are not billed for a service you no longer use.

Choose an alternative

All of the providers below serve Kaia today. Because they all speak the same JSON-RPC interface, migrating is a URL change rather than a code change.

Alchemy (Recommended)QuickNodeAll That NodedRPCKaia Foundation
HostingManagedManagedManagedManagedPublic, community-run
API key requiredYesYesYesNo, for public endpointsNo
Migration effortSwap the URLSwap the URLSwap the URLSwap the URLSwap the URL
Best forMost migrationsProduction apps wanting a dedicated endpointTeams wanting node plus faucet toolingFastest start, no signupDevelopment and testing

Capabilities such as archive history and the debug / trace namespaces differ by provider and by plan. Check the provider's own documentation for what your workload needs before you commit — the links in the table header are the authoritative source for each.

Alchemy is the recommended replacement for most teams moving off Ankr.

For endpoint URLs, and for the full list of RPC providers serving Kaia, see Public JSON RPC Endpoints. Sign up with the provider you pick, then replace the Ankr URL in your app with the endpoint it gives you.

You can also run your own endpoint node if you would rather not depend on a hosted provider at all.

讓這個頁面變得更好