Prediction-market quote
pm_quoteQuote a binary outcome on prediction markets: retrieve entry probability, share estimate, max payout, eligibility, freshness, and decision support for a given stake. Paper trading only, virtual funds.
Instructions
Read-only PM quote for a binary outcome: entry probability, share estimate, max payout, eligibility, freshness, and decisionSupport (market quality/liquidity/volume/spread tiers + flags) so you can quote and gauge tradability in one call. Never mutates state. stakeMusd must be > 0 (min to open is 10). Paper trading only — virtual funds (50,000 mUSD). Not financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source slug (e.g. kalshi, polymarket). | |
| slug | Yes | Event slug. | |
| outcomeExternalMarketId | Yes | Case-sensitive outcome / market id. | |
| stakeMusd | Yes | mUSD to stake (> 0). | |
| agentTrace | No | Optional private trace metadata stored in the caller's ledger. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| httpStatus | Yes | HTTP status returned by CoinRithm, or 0 for network errors. | |
| ok | Yes | True when CoinRithm returned a successful 2xx response. | |
| ledgerEventId | No | Private AgentActionEvent id returned by /api/agent/*, when present. | |
| ledgerStatus | No | Ledger write status header returned by CoinRithm, when present. | |
| body | No | Parsed CoinRithm response body, or raw text when the response is not JSON. |