Integrate DCM Core intelligence directly into your institutional risk engines, settlement layers, and compliance frameworks.
Base URLhttps://api.dcmcore.com/v1
Introduction
Welcome to the DCM Core REST API. This interface allows you to integrate in real-time institutional asset identification data from the GTSR (Global Tokenized Securities Registry), stablecoin telemetry, MiCA regulatory compliance indicators, and our infrastructure status.
To explore the various features, you can use the interactive "Try It Out" buttons available for each endpoint in this sandbox environment.
Authentication
All API requests require a Bearer token. Include your API key in the Authorization header of every request:
API keys are available for Enterprise clients. Contact us to obtain your credentials.
Registry & Identification
GTSR Assets API
Access the Global Tokenized Securities Registry. Explore validated institutional tokenized instruments. Note: Sandbox API responses serve static snapshots last updated manually. Access live streaming real-time data using your production API key.
GET/v1/registry/assetsList financial assets from the registry
curl -X GET "https://api.dcmcore.com/v1/registry/assets" \
-H "Authorization: Bearer YOUR_API_KEY"