# Node: Aggregation

**Liefert die Statistiken für eine [Aggregation ](https://corrently.io/books/susscope2-framework-fur-co2-emissionen-strombezug/page/aggregation "Aggregation")von Treibhausgasemissionen.**

[![image.png](https://corrently.io/uploads/images/gallery/2023-01/scaled-1680-/UZSimage.png)](https://corrently.io/uploads/images/gallery/2023-01/UZSimage.png)

Rückgabe des Aufrufs eines Aggregation-Node ist die in der Aggregation zusammengefassten Emissionen (emissions) und vermiedenen Emissionen (savings). In der Konfiguration des Node muss die Adresse (0x...) der Aggregation angegeben werden.

Eine Aggregation ist [hier erhältlich](https://l.stromdao.de/ghgaggregation).

### Beispiel Flow

Download:

[![image.png](https://corrently.io/uploads/images/gallery/2023-01/scaled-1680-/Itdimage.png)](https://corrently.io/uploads/images/gallery/2023-01/Itdimage.png)

##### Ausgabe

```json
{
   "emissions":75,
   "savings":21517,
   "nfts":7,
   "owner":"0xfD61B4a551CBa21A4618b545F52c0e057B594B89"
}
```

[Quellcode der Implementierung](https://github.com/energychain/ghgnotary/blob/main/aggregation.js)