Endpoints and Parameters
Health Check
Check the health status of the Fibrous Starknet API
GET
Endpoint
Response
number
The HTTP status code. Will be 200 if the service is healthy.
string
A descriptive message about the API status.
Error Responses
If the service is unhealthy or experiencing issues, the endpoint will return a non-200 status code.Usage
Use this endpoint to:- Monitor API availability
- Check API version
- Implement health checks in your application
- Verify connectivity before making other API calls