magicblock getDelegationStatus
magicblock_getDelegationStatusCheck a Solana account's delegation status to an Ephemeral Rollup, retrieving authority, owner, delegation slot, and lamports.
Instructions
Check whether a Solana account is delegated to an Ephemeral Rollup. Returns authority, owner, delegation slot, and lamports. Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account pubkey to check delegation status for | |
| 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. |