get_multiple_accounts
Fetch account information for multiple Solana addresses using specified encoding. Ideal for retrieving detailed data for a list of public keys on the Solana blockchain.
Instructions
Returns the account information for a list of public keys.
Args: pubkeys (list[str]): List of account public keys encoding (str): Encoding for the account data
Returns: str: Multiple accounts information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | base64 | |
pubkeys | Yes |