Get API status
Retrieves the running status of the Ordinals API.
GET
/ordinals/v1/
Displays the status of the Ordinals API.
Status code | Description |
---|---|
200 | Default response |
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
}