Skip to content
canton-network-docs

/readyz

/readyz - Canton Network Docs
Skip to main content
GET
/
readyz
Try it
/readyz

cURL

curl --request GET \
  --url https://api.example.com/readyz \
  --header 'Authorization: Bearer <token>'
200
400
default
"<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.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

200
text/plain

OK: readiness message

The response is of type string.

Assistant
Responses are generated using AI and may contain mistakes.