GET
/
clob
/
health
CLOB Health Check
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/clob/health
{
  "status": "<string>",
  "service": "<string>",
  "chain": "<string>",
  "chainId": 123,
  "timestamp": "<string>"
}

Response

200 - application/json

CLOB service is healthy

status
string
service
string
chain
string
chainId
integer
timestamp
string