Skip to main content

debug_getTrieFlushInterval RPC Method

Retrieves the current value of in-memory trie flush interval

Updated on
Jul 30, 2024

debug_getTrieFlushInterval RPC Method

Please note that this RPC method is available by default for all Growth plans and higher. If you are using the Free or Starter 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