defi-intel-agent-gateway.gg-neo15.workers.dev

https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/b2b/global-vat-registry
down

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

Validate a European VAT number against the official VIES registry. Returns validity + registered name/address. DO NOT use for non-EU VAT schemes.

45
reliability

Reliability & health

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

Uptime

70.2% avg
0% 50% 100% Aug 17Aug 18Aug 19Aug 20

Response time

p50 331ms · p95 374ms
0ms 200ms 400ms Aug 17Aug 18Aug 19Aug 20
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/17/2026, 12:00:00 AM 100% 1 226ms
8/18/2026, 12:00:00 AM 100% 2 348ms
8/19/2026, 12:00:00 AM 81% 21 353ms
8/20/2026, 12:00:00 AM 0% 16
45
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
50

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

Latency
99

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
61

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

Activity
0

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 80% — 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
self-hosted
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
CloudFlare, Inc.
Domain registered
2019-02-08
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 (base)

248
payments (30d)
1.2
USD volume (30d)
3
paying wallets (30d)

Payments per day

last payment 8/19/2026
0 150 300 Aug 17Aug 18Aug 19
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
8/17/2026 25 0.25 2
8/18/2026 17 0.02 2
8/19/2026 206 0.94 2

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

Response schema
{
  "allOf": [
    {
      "properties": {
        "confidence": {
          "type": "string"
        },
        "data": {},
        "freshness": {
          "$ref": "#/components/schemas/Freshness"
        },
        "limitations": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "product": {
          "type": "string"
        },
        "provenance": {
          "items": {
            "$ref": "#/components/schemas/Provenance"
          },
          "type": "array"
        },
        "request_id": {
          "format": "uuid",
          "type": "string"
        },
        "schema_version": {
          "const": "1.0"
        },
        "status": {
          "type": "string"
        },
        "usage": {
          "oneOf": [
            {
              "$ref": "#/components/schemas/Usage"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "schema_version",
        "request_id",
        "product",
        "status",
        "data",
        "provenance",
        "freshness",
        "confidence",
        "limitations",
        "usage"
      ],
      "type": "object"
    },
    {
      "properties": {
        "data": {
          "$ref": "#/components/schemas/GenericData"
        },
        "product": {
          "const": "global-vat-registry"
        },
        "status": {
          "enum": [
            "completed"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}