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.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Comma-separated license types to filter by. Values:
CASP, ART, EMT, OTHER, NON_COMPLIANT.Comma-separated ISO country codes (e.g.,
DE,FR) or partial country name matches.Comma-separated statuses. Values:
active, expired, non_compliant.Comma-separated entity types. Values:
provider, issuer, whitepaper, non_compliant.Free-text search across
entityName, entityIdentifier, nationalAuthority, and commercialName. Max 200 characters.Field to sort by. Values:
entityName, countryCode, licenseType, authorizationDate, status.Sort direction. Values:
asc, desc.Number of results per page. Maximum
500.Number of results to skip for pagination.
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
Request status
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.X-Total-Count and X-Data-Source response headers mirror pagination.total and metadata.source.
