vcp-explorer-api

VCP Explorer API v1.1

“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.


🎯 What’s New in v1.1

✅ Verification Features (RFC 6962 Compliant)

✅ VCP Module Structure

✅ VCP Spec v1.0 Compliance


🚀 Quick Start

cd vcp-explorer-api
npm install
npm run dev

Server runs on http://localhost:3001


📡 Key Endpoints

Advanced Event Search 🆕

GET /v1/events?trace_id=...&symbol=XAUUSD&start_time=2025-11-24T00:00:00Z

Merkle Proof 🆕🔐

GET /v1/events/:id/proof

Enables external verification without trusting the API.

Event Certificate 🆕📜

GET /v1/events/:id/certificate

Complete regulatory-compliant certificate with all verification data.


📖 Full Documentation

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