Skip to main content
Byzantine Finance home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Query API health
Health check endpoint
Documentation
FAQ
API reference
Integrator API
Getting started
Concepts
Account creation
Wallet authentication
Deposit flow
API endpoints
User accounts
Approve vault for deposit
Make deposit
Query vault data
Query user data
Query API health
GET
Health check endpoint
200
Copy
{
"status"
:
"OK"
}
Query API health
Health check endpoint
Returns the health status of the API
GET
/
api
/
v1
/
health
Try it
200
Copy
{
"status"
:
"OK"
}
Response
200 - application/json
Service is healthy
status
string
required
Health status
Example:
"OK"
Get all withdrawals by user ID
⌘I