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

# WalletInfo

The WalletInfo model

| Field                  | Type                                                                            | Description                           |
| ---------------------- | ------------------------------------------------------------------------------- | ------------------------------------- |
| `Address`              | `​byte[]`                                                                       | Ed25519 Wallet Address                |
| `Balance`              | [​](/netcs/api/basic-types/amount.md)[Amount](/netcs/api/basic-types/amount.md) | Balance of Wallet                     |
| `TransactionsNumber`   | `long`                                                                          | Transactions Number                   |
| `FirstTransactionTime` | `long`                                                                          | First Transaction being made in epoch |
| `Delegated`            | [Delegated](/netcs/api/basic-types/delegated.md)                                | Delegated Information                 |
