v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Bitcoin Cash (BCH) - Tatum API

Get Bitcoin Cash Blockchain Information

/v3/bcash/info

5 credits per API call.

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

get/v3/bcash/info

Response

OK

chainstring

Chain of the blockchain, main or test.

blocksnumber

Last block.

bestblockhashstring

Hash of the last block.

difficultynumber

Difficulty of the PoW algorithm.

Example response

{
  "chain": "main",
  "blocks": 609604,
  "bestblockhash": "0000000000000000024997c878c5a90bd73cd50060877c4f70eef1f2e92243f5",
  "difficulty": 375206303347.133
}