Asset
Wraps around a Pool or Project object to provide additional data on a carbon asset.
The Asset object
// Example:
{
id: "asset_12345678",
type: "PROJECT",
price: 5.23,
supply: 123456.12,
data: {
id: "proj_123...",
name: "The Kasigau Corridor REDD+ Project",
vintages: {...},
region: "Mombasa",
country: "Kenya",
latitude: 12.23,
longitude: -1.23,
description: "The Kasigau Corridor REDD+ Project is focused on land conservation and preservation of the local ecosystems in Kenya."
imageUrl: "https://.../kasigau-1",
url: "https://www.carbonlink.io/projects/612",
registryId: "VCS-612",
registry: "Verra",
sdgs: "1,2,3,4,5",
},
fallback: null,
active: true,
}Last updated