Skip to main content
GET
/
api
/
mica
/
v1
/
health
curl "https://api.trusset.org/api/mica/v1/health" \
  -H "X-API-Key: trusset_mica_your_key_here"
{
  "success": true,
  "data": {
    "status": "operational",
    "totalIssuers": 312,
    "lastSync": "2025-06-15T06:00:00.000Z",
    "apiVersion": "v1"
  }
}
Returns the current operational status of the MiCA Register API, including total issuer count and last sync timestamp. Use this endpoint for uptime monitoring or to verify connectivity before making data requests.

Response Fields

success
boolean
Request status
data
object
curl "https://api.trusset.org/api/mica/v1/health" \
  -H "X-API-Key: trusset_mica_your_key_here"
{
  "success": true,
  "data": {
    "status": "operational",
    "totalIssuers": 312,
    "lastSync": "2025-06-15T06:00:00.000Z",
    "apiVersion": "v1"
  }
}