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

# WalletData

The WalletData Model&#x20;

| Field               | Type                                             | Description                                         |
| ------------------- | ------------------------------------------------ | --------------------------------------------------- |
| `WalletId`          | ​`int`​                                          | Wallet Id number                                    |
| `Balance`           | [Amount](/netcs/api/basic-types/amount.md)       | Balance of Wallet                                   |
| `LastTransactionId` | ​`long`​                                         | Latest Transaction Id                               |
| `Delegated`         | [Delegated](/netcs/api/basic-types/delegated.md) | All information regarding Delegation of that wallet |
