Health Response
@Serializable
Represents health response received from the Horizon server.
The health endpoint provides information about the current operational status of the Horizon server. It returns three key indicators that determine whether the server is functioning properly:
Database connectivity
Stellar Core availability
Stellar Core synchronization status
The actual Horizon API returns:
{
"database_connected": true,
"core_up": true,
"core_synced": true
}Content copied to clipboard
A server is considered healthy when all three indicators are true.