magicblock getAccountInfo
magicblock_getAccountInfoRetrieve account data, lamports, owner, executable status, and space for any Solana account via Magic Router. Supports mainnet and devnet.
Instructions
Fetch account information (data, lamports, owner, executable, space) via the Magic Router. Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account pubkey to fetch info for | |
| encoding | No | Encoding for account data | |
| endpoint | No | MagicBlock Router endpoint: 'mainnet' or 'devnet' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |