Bitcoin

getblock40 credits

Returns a block. Verbosity controls detail level.

Network: bitcoin

Parameters

NameTypeDescription
blockhashstringBlock hash.
verbositynumber0=hex, 1=json txids, 2=json txs. (optional)

Returns

Type

Object | string

Block data.

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": "getblock",
  "params": [
    "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
    1
  ]
}'