Get Block Hash
Retrieve the current block hash of the Bitcoin blockchain
Code samples
GET /bitcoin/current-block-hash
Example responses
200 Response
Responses
Status
Meaning
Description
Schema
200
none
Inline
Response Schema
Status Code 200
Name
Type
Required
Restrictions
Description
» code
integer(int)
false
none
Error code
» message
string(string)
false
none
Error message
» data
object
false
none
Result data
»» hash
string(string)
false
none
The current block hash of the Bitcoin blockchain
Last updated