mirrored listing x402 eip155:8453

One-call verification of a European company: official registry existence and status, insol

One-call verification of a European company: official registry existence and status, insolvency signals, VAT (VIES), LEI (GLEIF), sanctions screening (EU/OFAC/UN/UK/FR), EORI and domain age, condensed into a pass/review/fail verdict with per-check source, timestamp and an explicit coverage map. Query: country=FR (FR, UK, IE, NO, FI, SK, PL, CZ, CH) and id=552032534 (national registry number). Factual verification, not a credit score. Buyers are never charged on failure.

Do you run data.greeneris.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
100000 (raw units)
price
52
calls / 30d
1
unique payers
2026-08-28
updated

Provider

data.greeneris.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "100000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "country": "FR",
          "id": "552032534"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "checks": {
            "insolvency": {
              "records_found": 0,
              "status": "checked"
            },
            "registry": {
              "company_status": "active",
              "exists": true,
              "source": "SIRENE (recherche-entreprises.api.gouv.fr)",
              "status": "checked"
            },
            "sanctions": {
              "match_count": 0,
              "status": "checked",
              "verdict": "no_match"
            },
            "vat": {
              "is_valid": true,
              "number": "FR27552032534",
              "status": "checked"
            }
          },
          "confidence": "high",
          "coverage": {
            "checked": [
              "registry",
              "insolvency",
              "vat",
              "lei",
              "sanctions",
              "eori"
            ],
            "country": "FR",
            "degraded": [],
            "not_covered": []
          },
          "disclaimer": "Factual verification of official public records. Not a credit rating or credit score; sanctions matches require human review.",
          "flags": [],
          "reasons": [
            "Registered and active; no insolvency, sanctions, VAT or domain flag on any checked component."
          ],
          "subject": {
            "country": "FR",
            "id": "552032534",
            "legal_name": "DANONE",
            "natural_person": false
          },
          "verdict": "pass"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "country": {
                  "description": "Country of the registry to check against",
                  "enum": [
                    "FR",
                    "UK",
                    "IE",
                    "NO",
                    "FI",
                    "SK",
                    "PL",
                    "CZ",
                    "CH"
                  ],
                  "type": "string"
                },
                "domain": {
                  "description": "Company website domain for age and MX signals",
                  "type": "string"
                },
                "eori": {
                  "description": "EORI customs number to validate",
                  "type": "string"
                },
                "id": {
                  "description": "National registry id: SIREN/SIRET (FR), company number (UK/IE), orgnr (NO), y-tunnus (FI), ICO (SK/CZ), NIP (PL), UID CHE-... (CH)",
                  "type": "string"
                },
                "legal_entities_only": {
                  "default": true,
                  "description": "false = include minimized facts for individual entrepreneurs",
                  "type": "boolean"
                },
                "lei": {
                  "description": "Known 20-char LEI to verify",
                  "type": "string"
                },
                "vat": {
                  "description": "VAT number to check when not derivable (IE, SK)",
                  "type": "string"
                }
              },
              "required": [
                "country",
                "id"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://data.greeneris.io/v1/eu/company-check"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://data.greeneris.io/v1/eu/company-check");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://data.greeneris.io/v1/eu/company-check")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3913.json, and this resource appears in /discovery/resources and /discovery/search.