> For the complete documentation index, see [llms.txt](https://docs.swttoken.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swttoken.com/api-reference/apache-thrift-api/wallets.md).

# Wallets

In order to receive funds and send transactions, the user of the SWT platform needs a wallet. A wallet is a pair of keys, public, which is an address, and a private, with which the user signs his tran

### WalletsGet() <a href="#walletsget" id="walletsget"></a>

returns a list of vollets in the system starting with **offset** in the amount of **limit**

\### // Get page from wallets list from \[offset] to \[offset + limit]

// sort - is one of WalletsListSort values

// desc - true to request descending sort, false for ascending sort

WalletsGetResult WalletsGet(1:i64 offset, 2:i64 limit, 3:WalletsListSort sort, 4:bool desc)

### TrustedGet() <a href="#trustedget" id="trustedget"></a>

returns the number of Trusted nodes

TrustedGetResult TrustedGet(1:i32 page)

<br>
