Private network JSON-RPC API methods
The Besu private network JSON-RPC API methods are grouped by namespace:
| Namespace | Description |
|---|---|
IBFT | Access the IBFT 2.0 consensus engine. |
PERM | Local permissioning functionality. |
QBFT | Access the QBFT consensus engine. |
Important
- This reference contains API methods that apply to only private networks. For API methods that apply to both private and public networks, see the public network API reference.
- All JSON-RPC HTTP examples use the default host and port endpoint
http://127.0.0.1:8545. If using the--rpc-http-hostor--rpc-http-portoptions, update the endpoint.