close_token_account
Close a Solana token account to reclaim rent lamports by transferring remaining funds to a specified destination address.
Instructions
Close a token account and reclaim rent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet that owns the account | |
| tokenMint | Yes | Token mint address | |
| destinationAddress | Yes | Address to send remaining lamports to |