post https://{ronin-network}.gateway.tatum.io/
The eth_getProof is an Ronin JSON-RPC method that retrieves the Merkle-Patricia proof for an account, storage key-value pairs, and account transaction count.
It allows developers to verify the state of an account or storage value at a specific block without needing the entire Ronin state trie.
This method is particularly useful for light clients or off-chain applications that require proof of an account's state or specific storage values.