TEROCARBON
  1. Getting Started
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
  1. Getting Started

Base URLs

Tero Carbon provides two environments:
1.
Staging (Homologation/Testing): Use this environment for developing and testing your integration. It connects to a test version of the Tero Carbon registry and potentially the Polygon Mumbai testnet.
Base URL: http://stage.api.terocarbon.com:3000/integration
Note: Data in the staging environment is for testing only and does not represent real assets or transactions. Obtain separate API keys for staging.
2.
Production: Use this environment for live operations with real VCUs after successful testing.
Base URL: https://api.terocarbon.com/integration/v1
Note: Use production API keys obtained specifically for the live environment.
Modified at 2025-04-29 11:37:45
Previous
Authentication
Next
Rate Limiting
Built with