---
title: "ICR Buffer Inventory"
method: GET
path: "/carbonCredits/icr/inventory/buffer"
tags: ["CarbonCredits"]
---

# ICR Buffer Inventory

`GET /carbonCredits/icr/inventory/buffer`

Returns the inventory of ICR Buffer Account

## Response `200`

- AccountCreditDataResponseDto
  - `summary` AccountCreditDataSummary, required
    - `exPost` number, required — The current total number of exPost / verified and issued credits - total number of historically issued credits is exPost + retired + exPostCancelled
    - `exAnte` number, required — The total number of exAnte / future credits
    - `retired` number, required — The total number of exPost / verified credits that have been retired
  - `organization` ApiProponentDto, required
    - `fullName` string, required — The full name of the proponent organization
    - `logo` string, required — The url of the logo of the proponent organization
    - `id` string, required — The ID of the proponent organization
    - `publicUrl` string, required — The URL to the organization's public page on the CarbonRegistry.com
  - `credits` ApiInventoryCreditDto[], required — The credits in this organization inventory
    - `organizationId` string, required — The ID of the organization associated with the credit
    - `id` string, required — The ID of the credit
    - `tokenId` string — The ID of the token associated with the credit (optional)
    - `tokenAddress` string — The address of the token associated with the credit (optional)
    - `project` ApiProject, required
      - `id` string, required — The ID of the project
      - `fullName` string, required — The full name of the project
      - `url` string, required — The URL of the project
      - `publicUrl` string, required — The public URL of the project
      - `num` number, required — Project number. This is a unique identifier for the project
    - `serialization` string, required — The serialization format of the credit
    - `vintage` string, required — Vintage year of the credit
    - `supply` number, required — The total supply of the token associated with the credit
    - `unit` string, required — The unit of the token associated with the credit
    - `amount` number, required — The amount of the token associated with the credit
    - `type` 'exAnte' | 'exPost', required — The type of the credit

---

[API](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api.md) · [All operations](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonregistry/carbon-registry-rest-api/revisions/a9f1b102faca/schema)
