get_live_polymarket_trade_decision
Auto-discover the active BTC Up/Down 15m Polymarket market, combine live Polymarket pricing with pattern memory and intrabar momentum, and return BUY_YES, BUY_NO, or SKIP with entry guardrails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nowMs | No | ||
| symbol | No | BTCUSDT | |
| minEdge | No | ||
| interval | No | 15m | |
| token_id | No | Optional Manus access token. Paid tools use tokenized service access, not a monthly subscription: when token_id is omitted the server returns payment_required with a Solana Pay invoice, and after payment you retry with the same token while the server uses Manus token/resolve to recover pending access. | |
| marketWindow | No | current | |
| allowDegradedSearch | No | ||
| minCombinedConfidence | No |