DASH
POST
GET
Last updated on January 1, 1970
1 min read
Method /blockhashbyheight/{height}{format} undefined ()
connect with REST protocol
/blockhashbyheight/{height}{format}
Method not allowed
The GET blockhashbyheight operation returns the hash of a block inbest-block-chain at the height provided. The hash can be returned as aJSON object or serialized as binary or hex.
Parameters
height
- path
number, integer, required exactly 1
The height of the block hash to get
format
- path
required, exactly 1
Set to .json for decoded block contents in JSON, or .bin or hex for a serialized block in binary or hex
Request
curl --location --request GET 'https://dash.getblock.io/mainnet/blockhashbyheight/1890110.json'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"blockhash": "000000000000000f190a64a90e753e02aed731731c863c47b5a1e3e3a3baf44c"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }