For the complete documentation index, see llms.txt. This page is also available as Markdown.

服務存活檢查

檢查服務程序是否仍可處理請求。服務存活時回傳 200,供監控系統判斷是否需要重啟。

get
Responses
200

服務存活中

application/json
get/healthz
GET /healthz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
200

服務存活中

{
  "status": "ok"
}

Last updated

Was this helpful?