Get API status

Retrieves the running status of the Ordinals API.

GET
/ordinals/v1

API Status

Displays the status of the API

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

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