magicblock getSignatureStatuses
magicblock_getSignatureStatusesCheck the confirmation status of one or more Solana transaction signatures to know if they are processed, confirmed, or finalized.
Instructions
Check the confirmation status (processed/confirmed/finalized) of one or more transaction signatures. Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | MagicBlock Router endpoint: 'mainnet' or 'devnet' | |
| signatures | Yes | Array of transaction signatures |
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. |