Contract
{
"type": "object",
"required": [
"ids"
],
"properties": {
"vs": {
"type": "string",
"default": "usd",
"description": "quote currency (usd only)"
},
"ids": {
"type": "string",
"description": "comma list of coin ids or symbols (e.g. bitcoin,ethereum or btc,eth)"
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"count",
"items"
],
"properties": {
"count": {
"type": "number",
"description": "Number of ids/symbols the data source resolved -- equals items.length."
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"id",
"paprikaId",
"symbol",
"name",
"vsCurrency",
"price",
"marketCap",
"marketCapRank",
"fullyDilutedValuation",
"volume24h",
"high24h",
"low24h",
"change1h",
"change24h",
"change7d",
"circulatingSupply",
"totalSupply",
"maxSupply",
"ath",
"athChangePercentage",
"lastUpdated"
],
"properties": {
"id": {
"type": "string",
"description": "The coin id echoed back, e.g. 'bitcoin'."
},
"ath": {
"type": "number",
"description": "All-time-high price in `vsCurrency`."
},
"name": {
"type": "string",
"description": "The token's name, e.g. 'Bitcoin'."
},
"type": {
"type": "string",
"description": "Observed as the literal string 'token_price' on every item."
},
"price": {
"type": "number",
"description": "Live price in `vsCurrency`."
},
"low24h": {
"type": [
"number",
"null"
],
"description": "Observed as null on every item in both real fixtures captured so far -- never seen populated; treat a numeric value as possible but unconfirmed."
},
"symbol": {
"type": "string",
"description": "Ticker symbol, e.g. 'BTC'."
},
"high24h": {
"type": [
"number",
"null"
],
"description": "Observed as null on every item in both real fixtures captured so far -- never seen populated; treat a numeric value as possible but unconfirmed."
},
"change1h": {
"type": "number",
"description": "Percent change over the last hour."
},
"change7d": {
"type": "number",
"description": "Percent change over the last 7 days."
},
"change24h": {
"type": "number",
"description": "Percent change over the last 24 hours."
},
"marketCap": {
"type": "number"
},
"maxSupply": {
"type": "number",
"description": "0 observed for a coin with no fixed max supply (Ethereum)."
},
"paprikaId": {
"type": "string",
"description": "The underlying data source's own id for the coin, e.g. 'btc-bitcoin'."
},
"volume24h": {
"type": "number",
"description": "24-hour trading volume in `vsCurrency`."
},
"vsCurrency": {
"type": "string",
"description": "The quote currency, e.g. 'usd'."
},
"lastUpdated": {
"type": "string",
"description": "ISO-8601 UTC timestamp of when this price data was last updated."
},
"totalSupply": {
"type": "number"
},
"marketCapRank": {
"type": "number"
},
"circulatingSupply": {
"type": [
"number",
"null"
],
"description": "Observed as null on every item in both real fixtures captured so far -- never seen populated; treat a numeric value as possible but unconfirmed."
},
"athChangePercentage": {
"type": "number",
"description": "Percent below (negative) the all-time high."
},
"fullyDilutedValuation": {
"type": [
"number",
"null"
],
"description": "Null observed on one item (Ethereum) and a number on another (Bitcoin) across the two real fixtures -- not always populated."
}
},
"additionalProperties": false
}
}
},
"description": "The token price record set, as returned at routing.responseResultPath ($.output). `count` always matches `items.length` in both fixtures observed -- an id/symbol the data source does not recognize is left out of `items` entirely, not represented as an error or a null entry.",
"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.015015 |
- 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
