EIP-4844 blob sidecars.
    Resources & endpoints
    Monitoring

    Version & feature flags

    FREE
    Returns the running version, the build commit, and any feature flags enabled on this deployment.
    GET
    https://eth.blobs.pinax.network/version

    Response

    200 OK
    {
      "data": {
        "version": "1.0.3",
        "commit": "a1defaf",
        "enabled_features": [
          "blob_sidecars"
        ]
      }
    }