Skip to main content
Knot Wallet home page
Knot Wallet
Search...
⌘K
Ask AI
⌘I
Documentation
API Reference
Knot Wallet home page
Knot Wallet
Search...
Navigation
Utility
Health check
Overview
API reference
Authentication
POST
Start authentication
POST
Complete authentication
POST
Validate token
POST
Refresh token
Wallet
GET
Get balances
GET
Get transaction history
POST
Transfer tokens
POST
Trade tokens
Policy
GET
View policy
PATCH
Update policy
Utility
GET
Health check
GET
Token lookup
GET
Agent capabilities
Utility
Health check
Check API server health status
GET
/
health
Try it
cURL
Copy
Copy
curl
https://api.useknot.xyz/health
200
Copy
Copy
{
"status"
:
"ok"
}
Returns the current health status of the API server. Use this endpoint to confirm the API is reachable before making authenticated calls.
This endpoint does not require authentication.
Response
status
string
Server health status. Returns
ok
when the API is operating normally.
Errors
Status
Description
503
Service unavailable
cURL
Copy
Ask AI
curl
https://api.useknot.xyz/health
200
Copy
Ask AI
{
"status"
:
"ok"
}
Update policy
Previous
Token lookup
Next
⌘I
cURL
Copy
Copy
curl
https://api.useknot.xyz/health
200
Copy
Copy
{
"status"
:
"ok"
}
Assistant
Responses are generated using AI and may contain mistakes.