Bitcoin

getblockheader15 credits

Returns a block header.

Network: bitcoin

Parameters

NameTypeDescription
blockhashstringBlock hash.
verbosebooleanJSON object if true. (optional)

Returns

Type

Object | string

Header.

Code examples

curl https://bitcoin-mainnet.rpcnode.dev/7c9e6679-7425-40de-944b-e07fc1f90ae7 \
  -X POST \
  -H 'content-type: application/json' \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getblockheader",
  "params": [
    "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
    true
  ]
}'