get_program_accounts
Retrieve all accounts owned by a Solana program with optional filters for data size and count.
Instructions
Get all accounts owned by a program with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_id | Yes | Program address | |
| data_size | No | Filter by account data size in bytes | |
| limit | No | Max accounts to return (default 20) | |
| network | No | Solana network |