Remember to create your project & get your API-KEY through our Uniblock’s
dashboard.
Supported JSON-RPC Chains
For more details on our JSON-RPC service, head to our JSON-RPC chains page for our comprehensive mapping of supported chains and methods. Also, please checkout our chains tab for a list of the supported methods by chain with detailed request examples to test live on our docs.Quickstart
Key JSON-RPC Methods
Some common JSON-RPC methods available on Ethereum nodes include:eth_blockNumbereth_getBalanceeth_getBlockByNumbereth_sendRawTransaction(for write operations)
JSON-RPC Request Example
A typical JSON-RPC request to get the balance of an address looks like this:jsonrpc: Version (always 2.0)method: The method to callparams: Relevant parametersid: Request identifier
JSON-RPC Response Example
A response to the above request might look like this:jsonrpc: Mirrored version (2.0)result: The balance in weiid: Request identifier