Get API Status

Retrieves the status of the API.


GET
/runes/v1

API Status

Displays the status of the API

Status codeDescription
200Default Response
/runes/v1/
Terminal
$
curl -X GET "https://api.hiro.so/runes/v1/"

{
"server_version": "",
"status": "string",
"block_height": 0
}