> 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/tokeninfo.md).

# TokenInfo

The TokenInfo model

| Field              | Type     | Description                |
| ------------------ | -------- | -------------------------- |
| `Address`          | `byte[]` | Address of Token           |
| `Code`             | `string` | Code of Token              |
| `Name`             | `string` | Name of Token              |
| `TotalSupply`      | `string` | Total Supply of Token      |
| `Owner`            | `byte[]` | Owner of Token             |
| `TransfersCount`   | `int`    | Transfer Count of Token    |
| `TransactionCount` | `int`    | Transaction Count of Token |
| `HoldersCount`     | `int`    | Amount of Holders          |
| `TokenStandaard`   | `int`    | Standard of Token          |
