get_account_info
Retrieve comprehensive account information for a specified Solana public key using customizable encoding options to access and interpret blockchain data efficiently.
Instructions
Returns all account info for the specified public key.
Args: pubkey (str): Pubkey of account to query encoding (str): Encoding for Account data ("base58", "base64", or "jsonParsed")
Returns: str: Account information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | base64 | |
pubkey | Yes |