Get API Status

Retrieves the status of the API.

GET

/runes/v1/

Displays the status of the API.

Status codeDescription
200Default Response
curl
curl -X GET "https://api.hiro.so/runes/v1/"
Example Response
{
  "server_version": "",
  "status": "string",
  "block_height": 0
}