# Zenon Wallet API
## API Docs
- AutoReceiver [Get the auto-receiver status](https://walletapi.hypercore.one/api-6628504.md):
Requires User authorization policy
- Plasma [Generate plasma by fusing QSR](https://walletapi.hypercore.one/api-6859988.md):
Generate plasma to an address by fusing QSR
- Plasma [Cancel a plasma fusion](https://walletapi.hypercore.one/api-6859989.md):
The QSR used for the plasma fusion is send back
- Ledger [Get the account info by address](https://walletapi.hypercore.one/api-6402619.md):
Get the account height and token balances by address
- Ledger [Get all received account blocks by address](https://walletapi.hypercore.one/api-6402620.md):
Requires User authorization policy
- Ledger [Get all unreceived account blocks by address](https://walletapi.hypercore.one/api-6402621.md):
Requires User authorization policy
- Ledger [Get plasma info by address](https://walletapi.hypercore.one/api-6402622.md):
Get the current plasma, max plasma and fused QSR amount of the supplied address
- Ledger [Get all fusion entries by address](https://walletapi.hypercore.one/api-6402623.md):
Requires User authorization policy
- Transfer [Send tokens to an address](https://walletapi.hypercore.one/api-6859990.md):
Requires User authorization policy
- Transfer [Receive an account block by block hash](https://walletapi.hypercore.one/api-6859991.md):
Requires User authorization policy
- Wallet [Get the wallet status](https://walletapi.hypercore.one/api-6402628.md):
Requires User authorization policy
- Wallet [Get all wallet accounts](https://walletapi.hypercore.one/api-6850333.md):
Requires User authorization policy
- Wallet [Add wallet accounts](https://walletapi.hypercore.one/api-6850334.md):
Requires User authorization policy
- Wallet [Initialize a new wallet](https://walletapi.hypercore.one/api-6402630.md):
Initializing a wallet creates a new encrypted wallet file with a random seed
- Wallet [Restore an existing wallet](https://walletapi.hypercore.one/api-6402631.md):
Restoring a wallet will unload and overwrite the previously initialized wallet
- Wallet [Lock the wallet](https://walletapi.hypercore.one/api-6402633.md):
Locking the wallet unloads it from memory
- Wallet [Unlock the wallet](https://walletapi.hypercore.one/api-6402632.md):
Unlocking the wallet will decrypt the encrypted wallet file and load it to memory
- Utilities [Generate plasma by fusing QSR from the plasma-bot](https://walletapi.hypercore.one/api-6439267.md):
Generate plasma for a limited amount of time to an address by fusing QSR from the community plasma-bot
- Utilities [Get the fusion expiration by address from the plasma-bot](https://walletapi.hypercore.one/api-7297507.md):
Requires User authorization policy
- Utilities [Validate an address](https://walletapi.hypercore.one/api-6745241.md):
Validate whether the specified address is a valid Zenon embedded or user address
- Users [Authenticate an user](https://walletapi.hypercore.one/api-6541199.md):