← Back to Documentation
← Docs | VeChain Monitor | Carbon APIs

Supply Chain Carbon Evidence Pack

Diamond Product v1.0.0 CSRD Support

Data infrastructure only. Evidence artifacts support documentation workflows. Not certification of any kind.

One API Call. Evidence-Wrapped.

Combine VeChain network telemetry with EU carbon intelligence — delivered as a single evidence envelope with source lineage, content hashes, and optional blockchain anchoring.

Before vs After

— Before
  • Manual data collection from 4+ sources
  • Excel spreadsheets with no audit trail
  • No source attribution
  • Outdated carbon factors
  • Hours of work per report
Included After
  • Single API call
  • Evidence envelope with content hash
  • Full source lineage
  • Current EU ETS + grid data
  • Seconds, not hours

Data Sources

SourceDataUpdate
VeChain MainnetNetwork health, TX count, energy metricsReal-time
EU ETSCarbon price (EUR/tCO2)Daily
Ember ClimateGrid CO2 intensity (25 EU countries)Annual
UK GridReal-time grid carbon30-min

Endpoint

GET /api/v1/evidence/supplychain-carbon/{product_id}

ParamTypeDefaultDescription
product_idpath-Use "network" for general metrics
formatquerysummarysummary | pack (PDF)
countryqueryDEISO country code for grid intensity
anchorquerynonenone | polygon | xrpl | both

Example Request

curl https://api.feedoracle.io/api/v1/evidence/supplychain-carbon/network?country=DE

Example Response

{
"evidence_envelope": {
"schema_version": "1.0.0",
"as_of": "2026-01-29T21:45:00Z",
"content_hash": "sha256:e3b0c44..."
},

See full example response for complete structure.

Use Cases

ForWorkflowWhy FeedOracle
CSRD TeamsScope 3 documentationTraceable inputs with source lineage
Data EngineersESG dashboardsSchema-versioned, content-hashed
AuditorsClaim verificationBlockchain-anchored evidence
Carbon PlatformsProduct footprintsEU ETS + grid data via REST

Evidence Properties

PropertyDescription
as_ofISO 8601 timestamp of evidence generation
schema_versionSemantic version for data structure
content_hashSHA-256 hash for integrity verification
sources[]Array of data sources with retrieval timestamps
lineage_graph[]Data flow from source to derived output
anchorsOptional Polygon/XRPL transaction hashes

Method & Limitations

Carbon estimates are derived values. Assumptions: Grid intensity based on specified country (default: DE). VeChain PoA benchmark: 0.00001 kWh/TX. EU ETS spot price. No REC/PPA adjustments. Method version: carbon_estimate_v1.0

Resources