curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/transfers/{id}/credit_batches \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'{
"nodes": [
{
"beneficiary": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"carbon_removal_data": {
"counterfactuals_kg": 123,
"emissions_kg": 123,
"gross_carbon_removed_kg": 123,
"losses_kg": 123,
"net_carbon_removed_kg": 123
},
"ccp_approved": true,
"country_of_issue": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"delivery_id": "dlv_1C454ZXA61S03Z9T",
"id": "<string>",
"issuance_id": "<string>",
"issued_at": "2023-11-07T05:31:56Z",
"left_child_id": "ctb_1DRBTYA8Q1S07CBY",
"owner": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"parent_id": "ctb_1DRBTYA8Q1S07CBY",
"project_id": "<string>",
"removal_id": "<string>",
"retired_at": "2023-11-07T05:31:56Z",
"retirement_id": "ret_1FYBH4QDT1S0SVKF",
"right_child_id": "ctb_1DRBTYA8Q1S07CBY",
"sequestered_on": "2023-12-25",
"serial_number": "<string>",
"size": {
"credit_kgs": 123,
"credits": 123
},
"status": "active",
"supplier_id": "<string>"
}
],
"total_count": 123
}List of credit batches in a given transfer.
curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/transfers/{id}/credit_batches \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'{
"nodes": [
{
"beneficiary": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"carbon_removal_data": {
"counterfactuals_kg": 123,
"emissions_kg": 123,
"gross_carbon_removed_kg": 123,
"losses_kg": 123,
"net_carbon_removed_kg": 123
},
"ccp_approved": true,
"country_of_issue": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"delivery_id": "dlv_1C454ZXA61S03Z9T",
"id": "<string>",
"issuance_id": "<string>",
"issued_at": "2023-11-07T05:31:56Z",
"left_child_id": "ctb_1DRBTYA8Q1S07CBY",
"owner": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"parent_id": "ctb_1DRBTYA8Q1S07CBY",
"project_id": "<string>",
"removal_id": "<string>",
"retired_at": "2023-11-07T05:31:56Z",
"retirement_id": "ret_1FYBH4QDT1S0SVKF",
"right_child_id": "ctb_1DRBTYA8Q1S07CBY",
"sequestered_on": "2023-12-25",
"serial_number": "<string>",
"size": {
"credit_kgs": 123,
"credits": 123
},
"status": "active",
"supplier_id": "<string>"
}
],
"total_count": 123
}A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API
Successful Response
Show child attributes
Carbon removal data for this credit batch
Show child attributes
Whether this credit batch has been issued as part of a ICVCM Core Carbon Principles (CCP) approved project
320 - 37"dlv_1C454ZXA61S03Z9T"
20 - 3720 - 37If this credit batch has status SPLIT, it will have two child batches representing the two halves of this split.
20 - 37"ctb_1DRBTYA8Q1S07CBY"
If this credit batch was created from splitting a larger batch in two, this will be set to the id of the parent credit batch.
20 - 37"ctb_1DRBTYA8Q1S07CBY"
20 - 3720 - 3720 - 37"ret_1FYBH4QDT1S0SVKF"
If this credit batch has status SPLIT, it will have two child batches representing the two halves of this split.
20 - 37"ctb_1DRBTYA8Q1S07CBY"
Show child attributes
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e. This field can handle bigint values.
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
active, split, retired 20 - 37Was this page helpful?