JSON-RPC methods
Ethereum type JSON-RPC Methods
Pre-requisite Readings
Below is a list of Ethereum type JSON-RPC Methods where users can curl via local node. While you can also surf to our swagger playground
for a better understanding.
JSON-RPC Methods
Web3
Method | Namespace | Implemented | Public |
---|---|---|---|
| Web3 | ✔ | ✔ |
| Web3 | ✔ | ✔ |
Getting Blocks
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
Read data
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | |
| Eth | ✔ |
Writing data
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | |
| Eth | ✔ | ✔ |
| Eth | ||
| Eth |
Account
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | |
| Eth | ✔ |
Event Logs
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | ✔ |
| Eth | ✔ | |
| Eth | ✔ | |
| Eth | ✔ | |
| Eth | ✔ | |
| Eth | ✔ | |
| Eth | ✔ |
Chain
Method | Namespace | Implemented | Public |
---|---|---|---|
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Eth | ✔ | ✔ |
| Net | ✔ | ✔ |
| Net | ✔ | ✔ |
| Net | ✔ | ✔ |
Websocket
Method | Namespace | Implemented | Public |
---|---|---|---|
| Websocket | ✔ | |
| Websocket | ✔ |
Tip
Block Number can be entered as a Hex string, "earliest"
, "latest"
or "pending"
.
When using batch requests, we currently only allow 3 objects for Mainnet and 5 objects for Testnet
JSON-RPC namespaces
Pre-requisite Readings
Ethereum Namespaces
Namespace | Description | Supported | Enabled by Default |
---|---|---|---|
| Cronos provides several extensions to the standard | ✔ | ✔ |
| The | ✔ | ✔ |
| The | ✔ | ✔ |
| The | ❌ | |
| The | ✔ | |
| The | ❌ | |
| The | ✔ | ❌ |
| The | ✔ | ❌ |
| The | ❌ | |
| The | ✔ | ❌ |
Last updated