📖
Crystal-Clear Docs
Dashboard
  • MAB.XYZ Docs
  • Features
  • Backend API
    • Health
    • Analysis
    • Info
    • Default
    • Models
Powered by GitBook
On this page
  1. Backend API

Health

PreviousBackend APINextAnalysis

Health check

get

Check if the API is running and healthy.

Responses
200
Successful Response
application/json
Responseany
get
GET /health HTTP/1.1
Host: crystal-clear.mab.xyz
Accept: */*
200

Successful Response

No content

Ethereum node health check

get

Check if the Ethereum node connection is working.

Responses
200
Successful Response
application/json
Responseany
get
GET /health/eth-node HTTP/1.1
Host: crystal-clear.mab.xyz
Accept: */*
200

Successful Response

No content

  • GETHealth check
  • GETEthereum node health check