[Breaking Changes] Upcoming Testnet Data Retention Policy Update

Posted on October 23, 2025

Posted on November 25, 2025

Testnet Data Retention Policy Update Completed

As announced, the new 90-day data retention policy for Web3 Data API Testnets has been fully applied to all affected networks as of Tuesday, November 25, 2025, 06:50 UTC (15:50 KST).

From this point forward, only the most recent 90 days of Testnet data are available via the Web3 Data API. Requests for snapshot resources (e.g., blocks, transactions, ledgers) older than 90 days will now return a RESOURCE_NOT_FOUND (404) error, while state-based resources continue to behave as before.

Please refer to this notice for full details on the changes and impacted endpoints.

Nodit will apply a new Web3 Data API data retention policy for all Testnets starting Tuesday, November 25, 2025, after 05:00 UTC (14:00 KST).

This change introduces a 90-day data retention limit for all Testnets chains. After the update, only data from the most recent 90 days will be available through the Web3 Data API.

This policy does not apply to chains for which Nodit currently provides only a Testnet (without Mainnet support). For these networks, all data will remain accessible without the 90-day limit.

Affected Networks

The new 90-day retention policy applies to the following chains:

ProtocolNetworkRetention Policy
ArbitrumSepolia90 days
BaseSepolia90 days
EthereumSepolia, Hoodi90 days
GiwaSepoliaNo Limit
KaiaKairos90 days
OptimismSepolia90 days
PolygonAmoy90 days

This policy will also apply to any future Testnets added to the Web3 Data API, except for those that do not have a corresponding Mainnet supported by Nodit.


What’s Changing

  • All Testnet responses from the Web3 Data API will return data from the past 90 days only (excluding testnet-only chains).
  • When requesting snapshot data (e.g., a block or transaction hash) older than 90 days, the following error message will be returned:
{
  "code": "RESOURCE_NOT_FOUND",
  "message": "Resource not found: { RESOURCE_NAME = RESOURCE_VALUE }. Testnet only retains data from the past 3 months. To access older data, please use a Node API."
}
  • For state-based resources such as accounts, token holders, and smart contracts, accumulated states will continue to be returned as before.
  • For multi-record queries, only data within the 90-day retention window will be included.
  • When using fromDate or toDate parameters that extend beyond the 90-day range, the response will contain no data for those periods, without triggering an error.

APIs Directly Affected

The following APIs will be directly affected ⏤ will throw 404 Not Found error for hash or id before 90 days ⏤ by this policy change(for each networks):

Other Web3 Data APIs will also no longer return data older than 90 days after this change.


This adjustment is part of Nodit’s ongoing effort to optimize resources for less frequently accessed datasets, allowing us to enhance performance and expand support for additional chains and features.

We appreciate your understanding as we implement this change to deliver a more efficient and scalable service environment.

Nodit Team


Date Title
2025-10-08 [Service Notice] Polygon Mainnet Archive Node Outage
2025-10-01 [Service Notice] Solana Devnet Network Disruption
2025-09-23 [Maintenance Notice] Scheduled Infrastructure Upgrade
2025-09-11 [Incident Update] Aptos Mainnet Node API Errors
2025-09-10 [Network Status] Temporary Stall in Polygon Mainnet Synchronization
2025-09-04 [Service Notice] Aptos Node API Data Retention Update
2025-09-02 [Service Notice] Ethereum Mainnet Archive Node Sync Issue
2025-08-27 [Policy Update] Changes in Nodit Pricing Plan
2025-08-25 [Service Notice] Polygon Mainnet Data Consistency Advisory
2025-08-18 [Maintenance Notice] Scheduled API Gateway Update on August 20