Offset
Contains data related to the action of purchasing an amount of carbon credits and removing that amount of credits from circulation.
The Offset object
// Example:
{
id: "off_12345678",
credits: 12.30,
credits_matched: 1.23,
kgCO2e: 12300.45,
cost: 18.97,
estimate: {
id: "est_123...",
...
},
asset: {
id: "asset_123...",
...
},
}Last updated