get_solana_program_accounts
Retrieve accounts owned by a Solana program using program ID with optional filters for data size or memory comparison. Access blockchain data through Grove's MCP Server for Pocket Network.
Instructions
Get accounts owned by a Solana program with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| programId | Yes | Program ID (public key) | |
| filters | No | Optional RPC filters (memcmp, dataSize, etc.) | |
| network | No | Network type (defaults to mainnet) |