> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/periodstats.md).

# PeriodStats

The PeriodStats model

| Field                    | Type                                                                                                                                                                                      | Description            |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `PeriodDuration`         | `long`                                                                                                                                                                                    | Period Duration        |
| `PoolsCount`             | `int`                                                                                                                                                                                     | Pool Count             |
| `TransactionsCount`      | `int`                                                                                                                                                                                     | TransactionsCount      |
| `BalancePerCurrency`     | [Dictionary](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2?view=net-5.0)`<sbyte,` [CumulativeAmount](/netcs/api/basic-types/cumulativeamount.md)`>` | Balance Per Currency   |
| `SmartContractsCount`    | `int`                                                                                                                                                                                     | SmartContractsCount    |
| `TransactionsSmartCount` | `int`                                                                                                                                                                                     | TransactionsSmartCount |
