GET /block-height/:height

Returns the hash of the block currently at height.

This method will use 10 Compute Units.


Parameters

block height - required.

Example: 910883

Returns

Returns the hash of the block currently at height.

00000000000000000001129bff5a606bd4999e3594613fa13453a0f3635ed35b

curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/block-height/:height \
 -X GET

Last updated

Was this helpful?