Skip to main content
GET

Overview

The Health Check V2 endpoint verifies if the API is up and running. This endpoint can be used for monitoring and ensuring the API service is healthy. Currently available on EVM networks.
V2 API is currently available on EVM networks. V1 endpoints remain available for backward compatibility.

Endpoint

Verify if the Fibrous V2 API is up and running. This endpoint can be used for monitoring and ensuring the API service is healthy.

Response

number
The HTTP status code. Will be 200 if the service is healthy.
string
A descriptive message about the API status.
object
required
API metadata including version and timestamp.

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
  5. Track API response times via meta.timestamp

Differences from V1

Rate Limits

The health check endpoint has a higher rate limit than other endpoints. Please refer to our rate limiting documentation for specific details.