curl -X GET "https://api.fibrous.finance/{network}/v2/healthcheck"
Copy
{ "status": 200, "message": "{Monad} Fibrous Finance Router is alive and well - routing your tokens faster than you can say \"impermanent loss\"", "meta": { "apiVersion": "2.0", "timestamp": "2026-01-24T21:46:35.496Z" }}
Core Endpoints V2
Health Check (V2)
Check the health status of the V2 API
GET
/
{network}
/
v2
/
healthcheck
Copy
curl -X GET "https://api.fibrous.finance/{network}/v2/healthcheck"
Copy
{ "status": 200, "message": "{Monad} Fibrous Finance Router is alive and well - routing your tokens faster than you can say \"impermanent loss\"", "meta": { "apiVersion": "2.0", "timestamp": "2026-01-24T21:46:35.496Z" }}
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.
curl -X GET "https://api.fibrous.finance/{network}/v2/healthcheck"
Copy
{ "status": 200, "message": "{Monad} Fibrous Finance Router is alive and well - routing your tokens faster than you can say \"impermanent loss\"", "meta": { "apiVersion": "2.0", "timestamp": "2026-01-24T21:46:35.496Z" }}