Contract
{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"markets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"status": {
"type": "string",
"description": "'open' on every market observed."
},
"best_ask": {
"type": [
"number",
"null"
],
"description": "Null on every market observed."
},
"best_bid": {
"type": [
"number",
"null"
],
"description": "Null on every market observed."
},
"outcomes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "'Yes' or 'No' on every entry observed."
},
"best_ask": {
"type": [
"number",
"null"
],
"description": "Null on every outcome observed."
},
"best_bid": {
"type": [
"number",
"null"
],
"description": "Null on every outcome observed (no live order book depth yet)."
},
"token_id": {
"type": "string",
"description": "The outcome's onchain outcome-token id (a large decimal integer)."
},
"predexon_id": {
"type": "string",
"description": "Always an empty string on every outcome observed -- meaning unconfirmed."
}
},
"additionalProperties": true
},
"description": "Always 2 entries (Yes/No) on every market observed."
},
"ask_depth": {
"type": "number",
"description": "0 on every market observed."
},
"bid_depth": {
"type": "number",
"description": "0 on every market observed."
},
"market_id": {
"type": "number",
"description": "The market's numeric id."
},
"event_slug": {
"type": "string",
"description": "A URL-safe slug identifying the underlying real-world event."
},
"description": {
"type": "string",
"description": "The full plain-text resolution rules for the market."
},
"is_neg_risk": {
"type": "boolean"
},
"condition_id": {
"type": "string",
"description": "The market's onchain condition id (hex)."
},
"created_time": {
"type": "string",
"description": "ISO 8601 UTC timestamp."
},
"updated_time": {
"type": "string",
"description": "ISO 8601 UTC timestamp."
},
"resolution_tx": {
"type": [
"string",
"null"
],
"description": "Null until the market resolves onchain; a transaction hash once it does."
},
"market_variant": {
"type": "string",
"description": "e.g. 'CRYPTO_UP_DOWN', 'ESPORTS_CS2' -- the two variants observed."
},
"winning_outcome": {
"type": [
"string",
"null"
],
"description": "Null until the market resolves -- every market observed is still open."
},
"is_yield_bearing": {
"type": "boolean"
},
"resolution_block": {
"type": [
"number",
"null"
],
"description": "Null until the market resolves onchain."
},
"payout_numerators": {
"type": "array",
"items": {},
"description": "Empty on every market observed (unresolved); populated shape unconfirmed."
}
},
"additionalProperties": true
},
"description": "Currently open Predict.Fun markets. Observed as a 20-entry array (this endpoint's page size) on the one real call captured; an empty array on a quiet period is plausible but unconfirmed."
},
"pagination": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"limit": {
"type": "number"
},
"has_more": {
"type": "boolean"
}
},
"description": "Page metadata for this listing. This tool's input takes no cursor parameter, so `has_more`/`count`/`limit` describe the fixed page this call returns.",
"additionalProperties": true
}
},
"description": "The market listing document, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.01276275 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 15, 2026
