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

Pool

Contains data about a carbon credit Pool from the Carbonlink Asset Library.

The Pool object

id string

Unique identifier for the object

name string

The name of the pool

ticker string

Ticker for this pool's blockchain token

address string

Address associated with this pool's blockchain token

description string

Description of pool

imageUrl string

URL of an image representing this pool

url string

URL linking to a page with more details about this pool

// Example:
{
  id: "pool_12345678",
  name: "Nature Carbon Tonne",
  ticker: "NCT",
  address: "0xfY52uLd7a1..."
  description: "The Nature Carbon Tonne token holds millions of credits...",
  imageUrl: "https://.../pool_123...",
  url: "https://www.carbonlink.io/.../pool_123...",
}
PreviousVintageNextEstimate

Last updated 1 year ago

πŸ“¦