GET
/
base
/
health
curl -X GET "https://api.fibrous.finance/base/healthCheck"
{
  "success": true,
  "status": "healthy",
  "timestamp": "2024-01-20T12:34:56.789Z"
}

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

status
string

The health status of the API. Will be “ok” if the service is healthy.

version
string

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.

curl -X GET "https://api.fibrous.finance/base/healthCheck"
{
  "success": true,
  "status": "healthy",
  "timestamp": "2024-01-20T12:34:56.789Z"
}

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