Carbonlink API
  • 🌿Welcome to Carbonlink
  • 🌟How Carbonlink Works
  • πŸ’ΎInstallation
  • ⁉️Handling Errors & Limits
    • Response Codes
    • Rate Limiting
  • GUIDES
    • Use Cases
      • E-Commerce
      • Carbon Accounting
      • Carbon Solution Providers
  • CORE
    • πŸ“–API reference
      • πŸ‘œProduct
      • 🧩Factor
      • πŸ—ΊοΈAsset
      • 🌍Offset
      • 🚞Estimate
    • πŸ“¦Data objects
      • Factor
      • Product
      • Asset
        • Project
          • Vintage
        • Pool
      • Estimate
      • Offset
  • Resources
    • Defining Emissions
      • The Scope System
      • CO2 Equivalents
    • Carbon Markets 101
      • What is A Carbon Credit?
      • Environmental Impact of Offsetting
      • How Are Credits Generated & Verified?
    • Methodologies
      • Carbon Credit Methodologies
      • Estimate Methodology
Powered by GitBook
On this page
  1. CORE
  2. Data objects
  3. Asset
  4. Project

Vintage

Contains data on one year of carbon asset production for a project.

The Vintage object

year int

Year of production

supply float

Quantity of tCO2e available to offset from this year

address string

Blockchain address associated with this vintage

active boolean

Whether this vintage is available to offset

// Example:
{
  year: "2020",
  supply: 12345.21,
  address: "0xe52qq0934lan6723dRnlfc3...",
  active: true,
}
PreviousProjectNextPool

Last updated 1 year ago

πŸ“¦