Docs

Health

Returns current API availability, version, x402 status and timestamp.

Request

Method
GET
URL
https://api.x402dataapi.com/health
Price
Free

Tags

statusmonitoring

Input Schema

{
  "none": true
}

Input Example

{
  "none": true
}

Response Example

{
  "status": "ok",
  "name": "X402 Data API",
  "version": "1.0.0",
  "x402": {
    "enabled": true,
    "network": "eip155:8453",
    "currency": "USDC"
  },
  "time": "2026-06-29T12:00:00.000Z"
}

Errors

5xxThe API process or one of its dependencies is unhealthy.

curl

curl https://api.x402dataapi.com/health