====== Crypto - Chia - CLI - CLI Commands - Wallet Commands ======
|chia wallet get_address|Get a receiving address.|
|chia wallet get_transaction|Obtain a transaction.|
|chia wallet get_transactions|Show all transactions.|
|chia wallet show|Show wallet information.|
|chia wallet send|Send chia to another wallet.|
----
===== chia wallet send =====
chia wallet send -i 1 -a NUMBERXCH -m NUMBERXCH_FEES -t TARGET_ADDRESS
**NOTE:**
* **-i 1**: The ID of the wallet.
* **-a NUMBERXCH**: The number of chia in XCH.
* **-m NUMBERXCH_FEES**: The fees in XCH.
* The default is 0.
* **-t TARGET_ADDRESS**: The recipient address.