hookpulse.net

https://hookpulse.net/api/endpoints/g5hidd959doo
down

Shares a payout wallet with 24 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

HookPulse: unlock fast interval on g5hidd959doo

22
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

0.0% avg
0% 50% 100% Sat 9 AMSun 9 AMMon 11 AM

Response time

0ms 50ms 100ms Sat 9 AMSun 9 AMMon 11 AM
Data table
Reliability history per time bucket over the last 7 days (hourly).
Bucket Uptime Probes Response time
9/5/2026, 9:00:00 AM 0% 1
9/6/2026, 9:00:00 AM 0% 1
9/7/2026, 11:00:00 AM 0% 1
22
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
0

How often it was reachable when we probed it (weight 35%).

Latency
not yet measured

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
49

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
1

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 6% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Cloudflare, Inc.
Domain registered
2026-08-10
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity

26
payments (30d)
8.89
USD volume (30d)
1
paying wallets (30d)

Payments per day

last payment 9/5/2026
0 15 30 Sep 4Sep 5
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
9/4/2026 2 0.1 1
9/5/2026 24 8.79 1

This payout wallet is shared: figures cover all 25 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Response schema
{
  "input": {
    "bodyFields": {
      "alert_to": "",
      "alert_url": "",
      "interval_sec": 0,
      "name": ""
    },
    "bodyType": "json",
    "discoverable": true,
    "method": "PATCH",
    "pathParams": {
      "id": "g5hidd959doo"
    },
    "type": "http"
  },
  "output": {
    "schema": {
      "properties": {
        "endpoint": {
          "description": "O monitor já com a alteração aplicada.",
          "properties": {
            "active": {
              "description": "Se o monitor está ligado.",
              "type": "boolean"
            },
            "alert_to": {
              "description": "E-mail avisado no miss.",
              "type": "string"
            },
            "alert_url": {
              "description": "URL HTTPS que recebe POST no miss (Slack, Discord, n8n).",
              "type": "string"
            },
            "alerted_at": {
              "description": "Quando o último aviso saiu — é o que segura o teto de 1 aviso/24h.",
              "type": "string"
            },
            "created_at": {
              "description": "Quando o monitor foi criado (UTC).",
              "type": "string"
            },
            "curl_example": {
              "description": "O `curl` de ingest, pronto para colar no cron.",
              "type": "string"
            },
            "events_url": {
              "description": "Últimos pings já com o token na query.",
              "type": "string"
            },
            "healthy": {
              "description": "`true` quando já pingou alguma vez e não está atrasado.",
              "type": "boolean"
            },
            "id": {
              "description": "ID do monitor; é o `:id` da URL de ingest.",
              "type": "string"
            },
            "ingest_url": {
              "description": "A URL que o seu cron/webhook chama para provar vida.",
              "type": "string"
            },
            "interval_sec": {
              "description": "Silêncio tolerado, em segundos. Passou disso, é miss.",
              "type": "integer"
            },
            "last_event_at": {
              "description": "Último ping recebido (UTC); `null` enquanto nunca pingou.",
              "type": "string"
            },
            "last_latency_ms": {
              "description": "Latência informada no último ping, em ms.",
              "type": "integer"
            },
            "last_status": {
              "description": "Status HTTP que o último ping mandou, quando mandou.",
              "type": "integer"
            },
            "miss_count": {
              "description": "Quantas vezes este monitor já ficou em silêncio.",
              "type": "integer"
            },
            "name": {
              "description": "Nome que você deu, para reconhecer no aviso.",
              "type": "string"
            },
            "overdue": {
              "description": "`true` quando o silêncio passou de `interval_sec`.",
              "type": "boolean"
            },
            "status_url": {
              "description": "Status deste monitor já com o token na query.",
              "type": "string"
            },
            "templates": {
              "description": "Snippets de ingest e o corpo do aviso, já com este monitor dentro.",
              "properties": {
                "ingest_cron": {
                  "description": "A linha de crontab equivalente.",
                  "type": "string"
                },
                "ingest_curl": {
                  "description": "Um `curl` que serve de prova de vida.",
                  "type": "string"
                },
                "ingest_n8n": {
                  "description": "Como chamar o ingest a partir do n8n.",
                  "type": "string"
                },
                "miss_json": {
                  "description": "O JSON exato que postamos em `alert_url` quando o silêncio vira miss.",
                  "type": "string"
                },
                "miss_url_hint": {
                  "description": "O que serve como `alert_url` — só HTTPS público.",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "token": {
              "description": "Token de leitura deste monitor. Só vem na criação e para o dono.",
              "type": "string"
            },
            "waiting_first_ping": {
              "description": "`true` enquanto nunca pingou. Não é saudável nem atrasado: ninguém ligou ainda.",
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "ok": {
          "description": "Sempre `true`.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "type": "json"
  }
}