W

Workers · Noncompliant

by Workers

GETBase

$0.02

per call · USD Coin on Base

Lists entities publicly flagged as non-compliant under MiCA by EU national competent authorities. Query parameter: country (string, optional; 2-letter EU member-state code, e.g. IT). JSON response: count (number) and entities[] with legal_name, commercial_name, lei, home_member_state, competent_authority, website, infringement, reason, decision_date (ISO date), record_updated. Data source: ESMA Interim MiCA Register, official EU data; refreshed daily from weekly ESMA publications.

Endpoint

GET https://api.micacheck.workers.dev/noncompliant

3

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.micacheck.workers.dev/noncompliant", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.micacheck.workers.dev/noncompliant?country=IT" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 165,
  "country": "IT",
  "entities": [
    {
      "competent_authority": "Commissione Nazionale per le Societa e la Borsa (CONSOB)",
      "decision_date": "2025-02-12",
      "home_member_state": "IT",
      "legal_name": "Dobibo",
      "website": "https://dobibo.com"
    }
  ]
}

Payment details

Pay to0x5a742afe0d29cc38b905d35773a7d11db0b8a2b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Workers & similar services