Skip to main content

JSON-RPC

infrastructure
api

A lightweight request-response protocol many blockchain nodes use for transaction broadcast and chain queries.

Also known as
rpc
node rpc
1
concept

JSON-RPC defines a simple JSON request and response format for calling methods on a remote service. Blockchain nodes expose RPC methods so wallets, explorers, and backend systems can query data or submit signed transactions.

2
security

RPC endpoints can expose sensitive or resource-intensive capabilities, so production deployments should use authentication, network isolation, rate limiting, and least-privilege method access.

Conceptual links

Related terms

3 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.