Skip to main content
GET
/
defi
/
lending
/
health
Health check
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!"
}

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

service
string
Example:

"lending"

timestamp
number
message
string
Example:

"DeFi Lending service is running!"