getPredictionEngineStatus
Verify prediction market engine availability before placing buy or sell orders. Prevents failed submissions by confirming the matching engine is operational.
Instructions
Query whether the prediction market matching engine is currently available. When the engine is unavailable, buy and sell orders cannot be submitted.
AI agent should check engine status before attempting to place orders. If the engine is unavailable, inform the user and do not proceed with trading.
Agent hint: Call this before placing any buy or sell order to check if the matching engine is available. If available=false, do not proceed with trading and inform the user that the market is temporarily unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||