Contract
{
"type": "object",
"required": [
"condition_id"
],
"properties": {
"interval": {
"enum": [
"1h",
"1d",
"latest"
],
"type": "string",
"default": "1d",
"description": "Bucket size for each point in the returned series: 1h (hourly), 1d (daily), or latest (single most-recent snapshot). Distinct from time_range (which sets the window size). Example: 1d. Defaults to \"1d\"."
},
"time_range": {
"enum": [
"7d",
"30d",
"90d",
"180d",
"1y"
],
"type": "string",
"default": "30d",
"description": "Window of history to return (how much data, from now backward): 7d, 30d, 90d, 180d, or 1y. Ignored when interval=latest. Distinct from interval (which sets bucket size within this window). Example: 30d. Defaults to \"30d\"."
},
"condition_id": {
"type": "string",
"minLength": 1,
"description": "Market condition identifier. Example: 0x6fefc0438c7598b23531457c8c60541990d0786bd4bd9dfc3eabc8d95c291092."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"data",
"meta"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"side_a": {
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "Outcome label. Observed 'Yes' on every fixture."
},
"price": {
"type": "number",
"description": "Price for this outcome, between 0 and 1."
},
"token_id": {
"type": "string",
"description": "Numeric on-chain identifier for this outcome's token, not a personal contact detail."
}
},
"additionalProperties": false
},
"side_b": {
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "Outcome label. Observed 'No' on every fixture."
},
"price": {
"type": "number",
"description": "Price for this outcome, between 0 and 1."
},
"token_id": {
"type": "string",
"description": "Numeric on-chain identifier for this outcome's token, not a personal contact detail."
}
},
"additionalProperties": false
},
"timestamp": {
"type": "integer",
"description": "Unix seconds marking this price point."
}
},
"additionalProperties": false
},
"description": "One entry per price point. Empty when condition_id matches no known market -- see meta.total below, which is also 0 in that case."
},
"meta": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Echoes the effective page size; 0 when condition_id matches no market."
},
"total": {
"type": "integer",
"description": "Total price points available for the query; 0 when condition_id matches no market."
},
"cached": {
"type": "boolean",
"description": "Whether this response was served from the provider's cache."
},
"offset": {
"type": "integer",
"description": "Echoes the requested (or defaulted) offset."
}
},
"additionalProperties": false
}
},
"description": "The price-history response, as returned at routing.responseResultPath ($.output).",
"additionalProperties": false
}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.03276 |
- 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 23, 2026
