v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Dogecoin - Tatum API

Get Dogecoin Blockchain Information

/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.

get/v3/dogecoin/info

Response

OK

chainstring

Chain of the blockchain, main or test.

blocksnumber

Last block.

headersnumber

Last headers.

bestblockhashstring

Hash of the last block.

difficultynumber

Difficulty of the PoW algorithm.

Example response

{
  "chain": "test",
  "blocks": 1234314,
  "headers": 1234314,
  "bestblockhash": "6178dda07b94becb118f67b21aa72f60d85c1029e9e9b8ae56a25d684de66078",
  "difficulty": 0.0018856935093586335
}