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

Rate Limiting

To ensure fair usage and API stability, Tero Carbon enforces rate limits. If your application exceeds the allowed number of requests within a given time window, you will receive an HTTP 429 Too Many Requests response.
Implement appropriate exponential backoff strategies in your code to handle rate limiting gracefully.
Contact Tero Carbon developer support if you anticipate needing higher limits for legitimate use cases. Specific rate limits will be communicated during onboarding.
Modified at 2025-04-29 11:39:08
Previous
Base URLs
Next
Webhooks
Built with