Document Currency is building the first structured framework for identifying transaction currencies, institutional entities, financial messages, tokenized assets, and cryptographic trust systems through a unified onchain index architecture.
Query the DOCI registry to resolve a currency identifier and retrieve its full classification record.
# Resolve a DOCI currency identifier GET https://api.documentcurrency.com/v1/index/resolve # Request payload { "doci_id": "DOCI-CCY-USD-001", "scope": "transaction_currency", "version": "1.0" } # Response { "doci_id": "DOCI-CCY-USD-001", "classification": "Fiat — Sovereign Reserve Currency", "iso_4217": "USD", "network_scope": "TradFi + Onchain", "registry_status": "Active", "validated": true }