Get retired credits

GET/credits/retired

Retrieve information about retired credits and their associated emission reductions.

Response

credit_idstring

Unique identifier of the retired credit.

retirement_datestring<date>

Date of credit retirement.

emission_reductionsinteger

Amount of emission reductions associated with the retired credit.

Example response

{
  "credit_id": "credit-789",
  "retirement_date": "2024-01-15",
  "emission_reductions": 350
}