“Verify, Don’t Trust” - Merkle Proof Verification & VCP Module Structure
Production-ready API with cryptographic verification, advanced search, and full VCP Specification v1.0 compliance.
/v1/events/:id/proof) - External verification capability/v1/events/:id/certificate) - Regulatory compliance exportcd vcp-explorer-api
npm install
npm run dev
Server runs on http://localhost:3001
GET /v1/events?trace_id=...&symbol=XAUUSD&start_time=2025-11-24T00:00:00Z
GET /v1/events/:id/proof
Enables external verification without trusting the API.
GET /v1/events/:id/certificate
Complete regulatory-compliant certificate with all verification data.
See complete API reference, examples, and deployment guides in the sections below.
| Version: 1.1.0 | VCP Spec: v1.0 | Status: Production Ready |
“Verify, Don’t Trust” - Built by VSO