Skip to main content

debug_getTrieFlushInterval RPC Method

Retrieves the current value of in-memory trie flush interval

Updated on
Dec 27, 2024

debug_getTrieFlushInterval RPC Method

Please note that this RPC method is available for all Build plans and higher. If you are using the Free plan, you will need to upgrade to utilize this method. See our pricing for more information.

Parameters

This method does not accept any parameters

Returns

time
string
The current value of in-memory trie flush interval. The format of the time is HH:MM:SS
Request
1
curl https://docs-demo.arbitrum-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"debug_getTrieFlushInterval","params":[],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free