Skip to main content

JSON-RPC

A lightweight remote-procedure-call protocol using JSON, and the standard interface most blockchain nodes expose.

A JSON-RPC request names a method and its parameters, so the same transport carries a balance lookup and a transaction broadcast. Batching several calls into one request is the cheapest performance win available to most applications.

See also