Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Liveness probe, available as a GraphQL query and a plain GET endpoint.
query { health { ok service processRole } }
ok
Boolean!
true
service
String!
processRole
curl https://api.chance.money/health # {"ok":true,"service":"...","processRole":"..."}