CASABLANCA, July 28, 2026
Sui Foundation mainnet full nodes began disabling deprecated JSON-RPC during the week of July 27, putting wallets, dashboards and trading tools that still use the old public interface at risk of failed requests as developers move to gRPC or GraphQL RPC.
The shift is not a Sui blockchain shutdown and does not alter SUI balances or validator operation. It changes how applications read chain data, submit transactions and obtain historical records, with Sui’s documentation setting mid-October as the point when JSON-RPC is expected to be removed from the node software itself.
CoinGecko historical data showed SUI closed at $0.6804 on July 27, down 8.2% from its $0.7644 close on July 22. The token’s market capitalization was about $2.76 billion by July 28, while DefiLlama put Sui’s DeFi total value locked near $417.6 million. Those market moves cannot be attributed to an infrastructure migration.
Sui’s technical guidance is unambiguous: JSON-RPC is deprecated, and teams should migrate to gRPC or GraphQL RPC before their public Foundation endpoint is disabled. The first option is designed for live, streaming data; the second is intended for flexible, frontend-ready queries and historical lookups.
The deadline is a dependency test rather than a protocol crisis. An app can keep working if it already uses a compatible third-party endpoint or has made the switch, but one that hard-coded a Sui Foundation JSON-RPC URL can lose its connection even while the network keeps producing blocks.
Sui
SUISui Foundation JSON-RPC Shutdown Starts This Week
The immediate change applies to Sui Foundation mainnet full nodes. The official GraphQL documentation says the legacy interface is disabled during the week of July 27, while full decommission and code removal are planned for mid-October.
That timeline resolves an apparent conflict in earlier Sui material. A March Sui Foundation blog post described July 31 as a hard date for JSON-RPC deactivation; the current technical documentation distinguishes the Foundation-node shutdown from the later removal of JSON-RPC support from the software codebase.
For a user, the symptoms may look like a product outage: a wallet can show stale balances, a dashboard can fail to load transaction history, or a bot can stop before sending an order. None of those outcomes means Sui has stopped finalizing blocks. They mean the app’s chosen route to the chain needs to change.
The distinction resembles Polygon’s scheduled removal of certain public endpoints, which Daily Crypto Briefs covered in its guide to the Polygon Amoy and mainnet RPC deadlines. In both cases, the chain remains active while an old access URL becomes unusable.
The scope also depends on the provider. Ankr’s Sui notice says its independently operated JSON-RPC endpoints are not affected by the July public-good shutdown and will continue until the planned October software removal. Developers should not assume that exception applies to every provider or that it removes the need to migrate.
gRPC and GraphQL Replace Sui’s Legacy Data Calls
Sui’s replacement stack separates workloads that JSON-RPC handled through one interface. gRPC is aimed at applications that need continuous, low-latency data, such as a trading interface monitoring activity in real time. GraphQL RPC is built for wallets, explorers and dashboards that benefit from filtered and composed queries.
The GraphQL RPC guide says the service can query the network, submit transactions and simulate transactions. Its General-purpose Indexer is intended to make structured historical and frontend data easier to retrieve without requiring an application to stitch together multiple legacy calls.
Historical data is the operational edge case. Full nodes prune older information to stay efficient, while Sui’s Archival Store is designed to make point lookups for older transactions, objects and checkpoints available. A team that only checks a current wallet balance has a different migration job from an explorer that promises a complete account history.
Sui said its full stack, including gRPC, GraphQL RPC and the Archival Store, is generally available. The Foundation listed QuickNode, Ankr, BlockPi and ZAN as managed-service options when it announced the migration, although a provider’s feature set, limits and pricing can change.
That is why changing one URL is not always enough. Teams should validate read requests, transaction simulation, transaction submission, event subscriptions, historical queries and rate limits against the service they intend to use. A development endpoint that works in a test can still be too constrained for a production wallet or high-frequency application.
Sui Apps Need Endpoint Inventories Before October
The near-term task is to find every dependency. Developers should search source repositories, environment variables, deployment secrets, analytics workers, monitoring jobs and vendor configurations for Foundation JSON-RPC URLs, then test a gRPC or GraphQL replacement in a staging environment.
The current Sui documentation makes a practical recommendation rather than prescribing one universal transport. Use GraphQL where the product needs composable queries, filtered history or UI-friendly records. Use gRPC where an application benefits from streamed data and low latency. Some products will need both.
For end users, the reasonable response is to let the wallet, exchange or application operator handle the migration. Do not replace a network endpoint with an address offered in a chat channel or a social-media reply. Official Sui documentation and the provider’s own support pages are the appropriate places to confirm a migration notice.
The change arrives as crypto infrastructure providers compete to own the interface layer between chains and consumer products. Daily Crypto Briefs recently reported on Coinbase’s Deribit matching-engine rollout, another example of companies making trading access less dependent on one legacy connection path.
Broad market sentiment was still cautious. Alternative.me’s Crypto Fear and Greed Index read 24, or Extreme Fear, on July 28, a market-wide indicator that does not measure demand for Sui infrastructure.
Fear & Greed Index
July 28, 2026The next checkpoints are whether app operators disclose service interruptions this week, whether providers publish final migration instructions, and whether builders complete their code changes before JSON-RPC is removed from Sui full-node software in October. The confirmed change is limited to the access layer, but its effect can be immediate for any product that has not updated its endpoint.
Stay up to date
Get the latest crypto insights delivered to your inbox
Primary sources and further reading
| Source | Title |
|---|---|
| | Sui: GraphQL and Archival Store Complete the Sui Data Stack |
| | Sui documentation: GraphQL RPC and JSON-RPC migration timeline |
| | Mysten Labs TypeScript SDK: migrating from JSON-RPC |
| | Ankr: Sui JSON-RPC deprecation notice |
| | CoinGecko: Sui historical market data |
| | DefiLlama: Sui chain data |
| | Alternative.me: Crypto Fear and Greed Index |
Fact-checked by: Daily Crypto Briefs Fact-Check Desk
Related Articles
Frequently Asked Questions
Is Sui shutting down its blockchain?
No. Sui is retiring the legacy JSON-RPC interface on Sui Foundation public full nodes, not shutting down the Sui network. Validators, blocks and user assets are not being retired by this migration.
When does Sui JSON-RPC stop working?
Sui documentation says JSON-RPC is being disabled on Sui Foundation mainnet full nodes during the week of July 27, 2026. Full decommission, including removal from node software, is planned for mid-October 2026.
What should Sui developers use instead of JSON-RPC?
Sui recommends gRPC for live streaming and lower-latency data access, or GraphQL RPC for wallets, dashboards and filtered historical queries. The best option depends on an application's data and transaction needs.
Will every Sui JSON-RPC endpoint disappear this week?
Not necessarily. The immediate Sui Foundation-node shutdown does not automatically disable an independent provider's endpoint. Ankr, for example, says it will maintain its own Sui JSON-RPC service until the planned mid-October code removal.
Does the JSON-RPC migration affect SUI holders?
The change is mainly an infrastructure migration. Holders who use a wallet or exchange normally do not need to move tokens, but an app relying on a retired endpoint may need an update from its operator.



