Skip to main content

2025-05-30

The following updates have been applied in Nodit Developer Documentation version 1.2.9.

🚀 Ethereum Hoodi testnet support begins

The new Ethereum testnet Hoodi environment is now officially supported by Nodit.

You can use it in Node API and Web3 Data API by specifying the hoodi network in the network parameter as follows.


⚡Instant Webhook option is newly supported.

Existing Nodit Webhook had its message sending Trigger timing based on when the block containing the event is confirmed, which resulted in delayed notifications for some projects that need quick event tracking.

By enabling the newly supported Instant Webhook option, you can track event occurrence immediately without waiting for block confirmation. For more details, please refer to the Webhook documentation, Webhook Security & Reliability, and Webhook API - Create Webhook pages.


🌟 Webhook History API and SequenceNumber feature are expanded to EVM-based chains.

Nodit Webhook provides the Get Webhook History API and the SequenceNumber field inside messages to track message reception loss due to downtime of message receiving Endpoints. These two features, previously supported only for the Aptos network, can now be used for all EVM-based chain Webhooks. Please refer to each API documentation for details.