get_program_accounts
Query all accounts associated with a specific program Pubkey on the Solana blockchain using this tool. Retrieve account details to manage and analyze program interactions effectively.
Instructions
Returns all accounts owned by the provided program Pubkey.
Args: program_id (str): Pubkey of program to query
Returns: str: Program accounts in the format "Program accounts: {accounts}"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
program_id | Yes |