Skip to main content
GET
/
api
/
status
Read ArcPay runtime status
curl --request GET \
  --url https://x402.20.208.46.195.nip.io/api/status
{
  "ok": true,
  "generatedAt": "2023-11-07T05:31:56Z",
  "network": {
    "name": "<string>",
    "chainId": 123,
    "rpcUrl": "<string>",
    "explorerUrl": "<string>"
  },
  "checks": [
    {
      "name": "<string>",
      "summary": "<string>",
      "detail": "<string>",
      "checkedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

All runtime checks are healthy.

ok
boolean
generatedAt
string<date-time>
network
object
checks
object[]