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

MiCA register data API

Clean JSON snapshots of ESMA’s MiCA registers. You do not need an API key, account or client library.

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

Endpoints

EndpointDatasetRowsSnapshot
/api/caspsCASP register snapshotCurrent and historical legal entities, with explicit status, dates, LEI, authority and MiCA service codes.328 current + 2 ended20 August 2026
/api/non-compliantNon-compliant entitiesEntities and domains reported to ESMA under MiCA Article 110.16731 July 2026
/api/emt-white-papersEMT white papersIssuer, LEI, authority, notification date, DTI and white-paper URL.437 August 2026
/register.jsonCurated exchange trackerConsumer exchange names, status, registered and contracting entities, regulator and source links.105 exchanges2 September 2026
/directory.jsonDirectory rowsLean brand-to-status rows that power the interactive table. Affiliate fields are stripped for non-eligible rows.1052 September 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 authoritative licensing source.

Important limitations

Official sources

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