Get API status

Retrieves the running status of the Ordinals API.

GET

/ordinals/v1/

Displays the status of the Ordinals API.

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