---
title: "Get Dogecoin Blockchain Information"
method: GET
path: "/v3/dogecoin/info"
tags: ["Dogecoin - Tatum API"]
---

# Get Dogecoin Blockchain Information

`GET /v3/dogecoin/info`

/v3/dogecoin/info

#### 1 credit per API call.

  

Get Dogecoin Blockchain Information. Obtain basic info like testnet / mainnet version of the chain, current block number and it's hash.

## Response `200`

OK

- DogeInfo
  - `chain` string — Chain of the blockchain, main or test.
  - `blocks` number — Last block.
  - `headers` number — Last headers.
  - `bestblockhash` string — Hash of the last block.
  - `difficulty` number — Difficulty of the PoW algorithm.

## Other responses

- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
- `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)
