TEROCARBON
  1. cadt
TEROCARBON
  • Introduction
    • Welcome to Tero Carbon
    • Benefits of Integrating with Tero Carbon
  • Getting Started
    • Authentication
    • Base URLs
    • Rate Limiting
    • Webhooks
  • Core Concepts
    • Core Concepts Overview
    • Assets (Verified Carbon Units - VCUs)
    • OpenSea & CAD Trust Publication
    • Smart Contracts
  • Integration Workflow
    • 1. Onboarding & Setup
    • 2. Listing VCUs on the Marketplace (User Journey)
    • 3. Handling Internal Marketplace Transactions (Transfers & Retirements)
    • 4. Returning VCUs to Tero Carbon (Detokenization/Retokenization)
    • 5. Querying Public Data (CAD Trust)
  • API Endpoints
    • Marketplace Data
      • getProjectData
      • getIssuanceData
      • getUnitsData
    • Notifications
      • reportTransaction
    • CAD Trust Data
      • getProjectList
      • getIssuanceList
      • getUnitList
  • Policies & Legal
    • Legal Disclaimer
    • Privacy Policy
    • Asset Integrity Policy (Summary)
  • Resources
    • FAQ
    • Glossary
    • Support
    • Useful Links
  • Resources
  • Schemas
    • cadt
      • Project
      • Estimation
      • Locations
      • Ratings
      • Cobenefits
      • Units
      • Issuances
      • RelatedProjects
      • Labels
    • ProjectList
    • IssuanceList
    • UnitList
    • TransferList
    • Transfer
    • TransferList
    • Notification
    • Issuance
    • Unit
    • Project
  1. cadt

Units

{
    "warehouseUnitId": "string",
    "issuanceId": "string",
    "labels": [
        "string"
    ],
    "projectLocationId": "string",
    "unitOwner": "string",
    "countryJurisdictionOfOwner": "string",
    "inCountryJurisdictionOfOwner": "string",
    "unitBlockStart": "string",
    "unitBlockEnd": "string",
    "unitCount": 0,
    "vintageYear": "2019-08-24",
    "unitType": "string",
    "marketplace": "string",
    "marketplaceLink": "http://example.com",
    "marketplaceIdentifier": "string",
    "unitTags": [
        "string"
    ],
    "unitStatus": "string",
    "unitStatusReason": "string",
    "unitRegistryLink": "http://example.com",
    "correspondingAdjustmentDeclaration": "string",
    "correspondingAdjustmentStatus": "string"
}
Built with