Get Block Height
Retrieve the current height of the Bitcoin blockchain
Code samples
GET /bitcoin/current-height
Example responses
200 Response
Responses
Status
Meaning
Description
Schema
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
»» height
integer(int)
false
none
The current height of the Bitcoin blockchain
Last updated