Get API Status

Retrieves the status of the API.

GET

Parameters

No parameters.

Status codeDescription
200Default Response
cURL
curl -L \
"https://api.hiro.so/runes/v1/" \
-H 'Accept: application/json'
Response
{
"server_version": "",
"status": "success",
"block_height": 144000
}