MiCA Register
List Issuers
Retrieve MiCA-registered entities with filtering, sorting, and pagination
GET
Returns all entities in the MiCA register. Supports filtering by license type, country, status, and entity type, with full-text search and field projection.
The
Query Parameters
string
Comma-separated license types to filter by. Values:
CASP, ART, EMT, OTHER, NON_COMPLIANT.string
Comma-separated ISO country codes (e.g.,
DE,FR) or partial country name matches.string
Comma-separated statuses. Values:
active, expired, non_compliant.string
Comma-separated entity types. Values:
provider, issuer, whitepaper, non_compliant.string
Free-text search across
entityName, entityIdentifier, nationalAuthority, and commercialName. Max 200 characters.string
Field to sort by. Values:
entityName, countryCode, licenseType, authorizationDate, status.string
default:"asc"
Sort direction. Values:
asc, desc.integer
default:"100"
Number of results per page. Maximum
500.integer
default:"0"
Number of results to skip for pagination.
string
Comma-separated list of fields to include in the response. When omitted, all fields are returned. Allowed values:
id, entityName, entityIdentifier, licenseType, country, countryCode, nationalAuthority, authorizationDate, status, commercialName, address, website, websitePlatform, services, passportedCountries, comments, authorizationEndDate, entityType.Response Fields
boolean
Request status
array
Array of issuer objects. Each contains the fields listed in the
fields parameter documentation. When no fields filter is applied, all available fields are returned.object
object
X-Total-Count and X-Data-Source response headers mirror pagination.total and metadata.source.
