API Status

Displays the status of the API and its current workload

GET

Parameters

No parameters.

Status codeDescription
200Default Response
cURL
curl -L \
"https://api.mainnet.hiro.so/chainhooks/v1/" \
-H 'Accept: application/json'
Response
{
"server_version": "stacks-node 2.4.0.0.0 (feat/next-prod:7b89660d, release build, linux [x86_64])",
"status": "ready"
}

How is this guide?