Developer Documentation

API Documentation v1.0

Integrate DCM Core intelligence directly into your institutional risk engines, settlement layers, and compliance frameworks.

Base URL https://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:

// Authentication header
Authorization: Bearer dcm_sk_live_your_api_key_here

API keys are available for Enterprise clients. Contact us to obtain your credentials.

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/assets List financial assets from the registry
curl -X GET "https://api.dcmcore.com/v1/registry/assets" \
  -H "Authorization: Bearer YOUR_API_KEY"

GTSR Asset Details

Retrieve detailed metadata and metrics of a specific tokenized financial asset.

GET /v1/registry/asset Get asset details via its TFIN

Query Parameters

tfin (string, required) — The unique Tokenized Financial Instrument Number. Example: TFIN-DEBT-ETH-2026-0001
curl -X GET "https://api.dcmcore.com/v1/registry/asset?tfin=TFIN-DEBT-ETH-2026-0001" \
  -H "Authorization: Bearer YOUR_API_KEY"

Stablecoin Intelligence

Access stablecoin market structure statistics, institutional RWA dominance, and regulatory compliance ratings.

GET /v1/market/stablecoins Market structure and compliance ratings
curl -X GET "https://api.dcmcore.com/v1/market/stablecoins" \
  -H "Authorization: Bearer YOUR_API_KEY"

Compliance Mapping

EU compliance indicators for the MiCA regulation and country maturity scores.

GET /v1/compliance/mica-status European MiCA status indicators
curl -X GET "https://api.dcmcore.com/v1/compliance/mica-status" \
  -H "Authorization: Bearer YOUR_API_KEY"

System Status

Real-time metrics on the operational health of our infrastructure and GTSR data.

GET /v1/system/status Operational status, latency, and asset volume
curl -X GET "https://api.dcmcore.com/v1/system/status" \
  -H "Authorization: Bearer YOUR_API_KEY"

Rate Limiting & SLA

Limits applied to API connections based on configured access levels.

Access Level Request Limit Service Level Agreement (SLA)
Institutional 1,200 req/min 99.9% Availability SLA
Standard 60 req/min Best Effort