Skip to main content
GET
/
api
/
providers
/
health
Get health status of all providers
curl --request GET \
  --url https://nexus-dev.gerowallet.io/api/providers/health \
  --header 'Authorization: Bearer <token>'
[
  {
    "provider": "<string>",
    "available": true,
    "priority": 123,
    "healthy": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://nexus.gerowallet.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Token Authentication

Response

200 - */*

OK

provider
string
available
boolean
priority
integer<int32>
healthy
boolean