curl -X GET "https://api.fibrous.finance/base/healthCheck"
{
  "staus": 200,
  "message": "{Base} Fibrous Finance Router is alive and well - routing your tokens faster than you can say \"impermanent loss\""
}

Endpoint

https://api.fibrous.finance/base/healthCheck
Verify if the Fibrous API is up and running. This endpoint can be used for monitoring and ensuring the API service is healthy.

Response

staus
number
The HTTP status code. Will be 200 if the service is healthy.
message
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.
curl -X GET "https://api.fibrous.finance/base/healthCheck"
{
  "staus": 200,
  "message": "{Base} Fibrous Finance Router is alive and well - routing your tokens faster than you can say \"impermanent loss\""
}

Usage

Use this endpoint to:
  1. Monitor API availability
  2. Check API version
  3. Implement health checks in your application
  4. 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.
  • Route - Find optimal swap routes
  • Calldata - Generate transaction data