[Breaking] 2025-10-23
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:
| Protocol | Network | Retention Policy |
|---|---|---|
| Arbitrum | Sepolia | 90 days |
| Base | Sepolia | 90 days |
| Ethereum | Sepolia, Hoodi | 90 days |
| Giwa | Sepolia | No Limit |
| Kaia | Kairos | 90 days |
| Optimism | Sepolia | 90 days |
| Polygon | Amoy | 90 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:
- 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
fromDateortoDateparameters 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):
- Get Block by Hash or Number
- Get Ledger by Hash or Index
- Get Transaction By Transaction ID
- Get Transaction By Version
- Get Transactions In Block
- Get Transactions In Ledger
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