The endpoint returns ESG data for a specific asset.
Success Response
Unauthorized
Not Found
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": {
- "legal_entity_id": "9845005X9B7N610K0093",
 - "crypto_asset_name": "Algorand",
 - "consensus_mechanism_desc": "[...]",
 - "incentive_mechanism_desc": "[...]",
 - "reporting_period": {
- "start": "2024-01-08",
 - "end": "2025-01-08"
 
}, - "energy_consumption_total": {
- "unit": "kWh/a",
 - "value": "420961.80000"
 
}, - "energy_consumption_renewable": {
- "unit": "%",
 - "value": "17.2043909674"
 
}, - "energy_consumption_desc": "[...]",
 - "energy_intensity": {
- "unit": "kWh",
 - "value": "0.00002"
 
}, - "emissions_scope1": {
- "unit": "tCO2e/a",
 - "value": "0.00000"
 
}, - "emissions_scope2": {
- "unit": "tCO2e/a",
 - "value": "141.76181"
 
}, - "ghg_intensity": {
- "unit": "kgCO2e",
 - "value": "0.00001"
 
}, - "energy_sources_desc": "[...]",
 - "ghg_sources_desc": "[...]"
 
} 
}