Last updated 5 months ago
Was this helpful?
Returns hash of block in best-block-chain at height provided.
This method will use 10 .
10
height - numeric, required
height
The height index
hex
string
The block hash
curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY_HERE> \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "1.0", "id": "curltest", "method": "getblockhash", "params": [1000] }'
curl https://testnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY_HERE> \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "1.0", "id": "curltest", "method": "getblockhash", "params": [1000] }'