<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/JSONRPCService",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin14JSONRPCServiceC"
  },
  "title" : "JSONRPCService"
}
-->

# JSONRPCService

A service for sending JSON-RPC requests to a Bitcoin node over HTTP.

```
class JSONRPCService
```

## Overview

`JSONRPCService` delegates transport to [`HTTPTransport`](/documentation/Bitcoin/HTTPTransport) and decoding to
[`RPCClient`](/documentation/Bitcoin/RPCClient), providing a convenience wrapper for callers that
need direct access to the HTTP JSON-RPC layer.