> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Accounts

> TonAPI Accounts endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                          | Description                                                                    | Est. CU |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------: |
| [direct/v1/TonAPI/v2/wallet/{account_id}/seqno](https://tonapi.io/api-v2#operations-Wallet-getAccountSeqno)                                   | Get account seqno                                                              |      20 |
| [direct/v1/TonAPI/v2/blockchain/accounts<br />/{account_id}](https://tonapi.io/api-v2#operations-Blockchain-getBlockchainRawAccount)          | Get low-level information about an account taken directly from the blockchain. |      20 |
| [direct/v1/TonAPI/v2/liteserver/get\_account\_state<br />/{account_id}](https://tonapi.io/api-v2#operations-Lite%20Server-getRawAccountState) | Get raw account state                                                          |      20 |
| [direct/v1/TonAPI/v2/liteserver/get\_transactions<br />/{account_id}](https://tonapi.io/api-v2#operations-Lite%20Server-getRawTransactions)   | Get raw transactions                                                           |      20 |
| [direct/v1/TonAPI/v2/pubkeys/{public_key}/wallets](https://tonapi.io/api-v2#operations-Wallet-getWalletsByPublicKey)                          | Get wallets by public key                                                      |      20 |

### POST

| Path                                                                                                    | Description                             | Est. CU |
| ------------------------------------------------------------------------------------------------------- | --------------------------------------- | ------: |
| [direct/v1/TonAPI/v2/wallet/emulate](https://tonapi.io/api-v2#operations-Wallet-emulateMessageToWallet) | Emulate sending message to blockchain   |      20 |
| [direct/v1/TonAPI/v2/wallet/auth/proof](https://tonapi.io/api-v2#operations-Wallet-tonConnectProof)     | Account verification and token issuance |      20 |

### PUT

| Path                                                                                            | Description     | Est. CU |
| ----------------------------------------------------------------------------------------------- | --------------- | ------: |
| [direct/v1/TonAPI/v2/wallet/backup](https://tonapi.io/api-v2#operations-Wallet-setWalletBackup) | Set backup info |      20 |
