Independent register of MiCA licensing status — not affiliated with ESMA or any EU authority.
Open data

MiCA register data API

Clean JSON snapshots of ESMA’s MiCA registers. No API key, no account and no client library required.

ESMA publishes the legal source data as weekly CSV files, not a documented public REST API. These endpoints parse those files correctly — including quoted newlines — validate the expected columns and expose stable JSON for applications, research and monitoring.

Endpoints

EndpointDatasetRowsSnapshot
/api/caspsAuthorised CASPsLegal entity, LEI, brand, home state, authority, dates and MiCA service codes.30823 July 2026
/api/non-compliantNon-compliant entitiesEntities and domains reported to ESMA under MiCA Article 110.16413 July 2026
/api/emt-white-papersEMT white papersIssuer, LEI, authority, notification date, DTI and white-paper URL.4110 July 2026
/register.jsonCurated exchange trackerConsumer exchange names, status, legal entity, regulator and source links.105 exchanges29 July 2026

Example

const response = await fetch('https://eumica.com/api/casps')
const { meta, data } = await response.json()

console.log(meta.synced)
console.log(data[0].name, data[0].lei, data[0].services)

Every response includes a meta object with the official source URL, snapshot date, record count and relevant methodology. Cross-origin requests are allowed with Access-Control-Allow-Origin: *.

Identity and LEI enrichment

The CASP endpoint groups records by LEI when ESMA provides one, falling back to the exact legal name only when necessary. LEIs can be joined to the free GLEIF LEI API ↗ for registered addresses and entity metadata. GLEIF data enriches identity; it does not prove MiCA authorisation. ESMA remains the licensing source of truth.

Important limitations

Official sources

Prefer a visual register? Browse the complete CASP table, the MiCA warning list or the stablecoin guide.