« Back to Glossary Index
A lightweight remote procedure call protocol, commonly used by blockchain clients to expose an interface that applications can call to query data or submit transactions.
Example: when MetaMask checks an account balance, it sends a JSON-RPC request such as eth_getBalance to a node provider like Infura and receives the result back in the same format.
« Back to Glossary Index