API Versioning

Version history and migration guides

Current Versions

APIVersionStatusBase Path
Carbonv1Current/api/v1/carbon/
Disclosurev3Current/api/v3/disclosure/
Attestationv2Current/api/v2/attestation/
RWA Feedsv1Current/api/v1/feeds/
NFTv1Current/api/nft/

Versioning Policy

Stability guarantee: Current versions will be supported for minimum 24 months.

Disclosure API History

v3 Current

Released: January 2026

v2 Deprecated

Sunset: July 2026

Attestation API History

v2 Current

Released: December 2025

v1 Sunset

Sunset: December 2025

Migration Guide: Disclosure v2 โ†’ v3

Endpoint Changes

v2 (Old)v3 (New)
/api/v2/disclosure/info/api/v3/disclosure/networks
/api/v2/disclosure/chain/{id}/api/v3/disclosure/sustainability/{symbol}

Response Changes

# v2 Response (Old)
{
  "status": "ok",
  "data": {...}
}

# v3 Response (New)
{
  "data": {...},
  "meta": {
    "feed_name": "disclosure",
    "schema_version": "1.0.0",
    "request_id": "req_abc123"
  }
}

Version Header

All responses include version info:

X-API-Version: v3
X-Schema-Version: 1.0.0

Deprecation Notices

Deprecated endpoints return warning headers:

X-Deprecated: true
X-Sunset-Date: 2026-07-01
X-Upgrade-To: /api/v3/disclosure/
Subscribe to updates: Join our mailing list for deprecation notices at /subscribe
โ† Back to Documentation ยท Changelog