EIP-4844 blob sidecars.
    Resources & endpoints
    Monitoring

    Health check

    FREE
    Reports the service status and the head slot the indexer has caught up to. Use this for liveness checks and lag monitoring.
    GET
    https://eth.blobs.pinax.network/health

    Response

    200 OK
    {
      "status": "ok",
      "head": 11842073,
      "detail": "in sync"
    }