cURL
curl --request GET \ --url https://api.relayer.fi/v1/defi/lending/health \ --header 'Authorization: <api-key>'
{ "status": "healthy", "service": "lending", "timestamp": 123, "message": "DeFi Lending service is running!" }
Check if the lending service is operational
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Service is healthy
"healthy"
"lending"
"DeFi Lending service is running!"