read_account_data
Fetch the raw data of a Solana account, returned as base64-encoded string. Specify the address and optionally network and encoding.
Instructions
Read and return the raw data of a Solana account (base64 encoded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address to read | |
| encoding | No | Data encoding (default base64) | |
| network | No | Solana network |