Base
Health Check
Check the health status of the Fibrous Finance API
GET
https://api.fibrous.finance/base
Verify if the Fibrous Finance API is up and running. This endpoint can be used for monitoring and ensuring the API service is healthy.
Response
The health status of the API. Will be “ok” if the service is healthy.
The current version of the API.
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
Rate Limits
The health check endpoint has a higher rate limit than other endpoints. Please refer to our rate limiting documentation for specific details.