getPredictionEngineStatus
Check prediction market matching engine availability before placing orders. If unavailable, trading is blocked; verify status to avoid failed submissions.
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 | |||