Skip to main content
GET
/
status
/status
curl --request GET \
  --url https://example.com/api/scan/status
{
  "success": {
    "id": "<string>",
    "uptime": "<string>",
    "ports": {},
    "active": true,
    "extra": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

ok

success
object
required