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

服務就緒檢查

檢查服務是否已啟動完成且關鍵相依正常。就緒時回傳 200,供負載平衡器判斷是否可以導入流量。

get
Responses
200

服務已就緒,可以開始接收流量

application/json
get/readyz
GET /readyz HTTP/1.1
Host: api.blockchainsecurity.asia
Accept: */*
{
  "status": "ready"
}

Last updated

Was this helpful?