ToolAssay

Base network block status reconciled after payment across two pre-probed distinc

Base network block status reconciled after payment across two pre-probed distinct-operator RPC endpoints

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1593 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://obol.danieldutoit.net/v1/base/network-status

CategoryEverything else
Provider hostobol.danieldutoit.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 1593 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {},
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "chain": {
              "additionalProperties": false,
              "properties": {
                "id": {
                  "const": 8453,
                  "type": "integer"
                },
                "name": {
                  "const": "Base",
                  "type": "string"
                }
              },
              "required": [
                "id",
                "name"
              ],
              "type": "object"
            },
            "network": {
              "const": "eip155:8453",
              "type": "string"
            },
            "observed_at": {
              "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$",
              "type": "string"
            },
            "observed_block": {
              "minimum": 0,
              "type": "integer"
            },
            "observed_block_hash": {
              "pattern": "^0x[0-9a-fA-F]{64}$",
              "type": "string"
            },
            "provider_consistency": {
              "additionalProperties": false,
              "properties": {
                "agreement": {
                  "const": true,
                  "type": "boolean"
                },
                "provider_count": {
                  "const": 2,
                  "type": "integer"
                },
                "providers": {
                  "items": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "maxItems": 2,
                  "minItems": 2,
                  "type": "array"
                }
              },
              "required": [
                "agreement",
                "provider_count",
                "providers"
              ],
              "type": "object"
            }
          },
          "required": [
            "network",
            "chain",
            "observed_block",
            "observed_block_hash",
            "observed_at",
            "provider_consistency"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON