---
title: "JSON RPC HTTP driver"
method: POST
path: "/v3/dogecoin/node"
tags: ["Dogecoin - Tatum API"]
deprecated: true
---

# JSON RPC HTTP driver

`POST /v3/dogecoin/node`

> **Deprecated.**

/v3/dogecoin/node

**2 credits per API call**

**This endpoint is deprecated. Use the [HTTP-based JSON RPC driver](https://apidoc.tatum.io/tag/Node-RPC) instead.**

  

Use this endpoint URL as an http-based JSON RPC driver to connect directly to the node provided by Tatum.

## Request body

- object — Any valid JSON RPC method content body.
  - `jsonrpc` string — Version of the JSON RPC.
  - `id` string — ID of the request, could be any arbitrary identifier.
  - `method` string — Method to invoke on the node.
  - `params` unknown[] — Params to the method call, if required.
    - unknown

## Response `200`

OK

- object — Any valid RPC response.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
