Block

get
Query parameters
HashstringRequired
ShowTransactionDetailsbooleanOptional
OutputJsonbooleanOptional
Responses
200
Success
get
GET /Unity3d/block HTTP/1.1
Host: strax.nownodes.io
Accept: */*
{
  "hash": "text",
  "confirmations": 1,
  "size": 1,
  "weight": 1,
  "height": 1,
  "version": 1,
  "versionHex": "text",
  "merkleroot": "text",
  "tx": [],
  "time": 1,
  "mediantime": 1,
  "nonce": 1,
  "bits": "text",
  "difficulty": 1,
  "chainwork": "text",
  "nTx": 1,
  "previousblockhash": "text",
  "nextblockhash": "text",
  "signature": "text",
  "modifierv2": "text",
  "flags": "text",
  "hashproof": "text",
  "blocktrust": "text",
  "chaintrust": "text"
}