Check Address Type
check_address_typeIdentify whether a Solana address is a wallet, stake, or vote account. Accepts user input addresses and returns the account type for proper handling in staking operations.
Instructions
Detect whether a Solana address is a wallet, stake account, or vote account. Useful when you receive an address from user input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana address to identify |