Contract
{
"type": "object",
"required": [
"coins"
],
"properties": {
"coins": {
"type": "string",
"examples": [
"{\"avax:0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e\": [1666876743, 1666862343], \"coingecko:ethereum\": [1666869543, 1666862343]}\n"
],
"description": "object where keys are coins in the form {chain}:{address}, and values are arrays of requested timestamps"
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"coins"
],
"properties": {
"coins": {
"type": "object",
"description": "Keyed by the same coin identifiers passed in the `coins` input (e.g. 'coingecko:ethereum', 'avax:0x...'). A coin identifier the endpoint didn't recognize is simply absent from this object -- observed as `coins: {}` (empty) when the single requested identifier was unrecognized, not an error and not a null entry.",
"additionalProperties": {
"type": "object",
"properties": {
"prices": {
"type": "array",
"items": {
"type": "object",
"properties": {
"price": {
"type": "number",
"description": "USD price at `timestamp`."
},
"timestamp": {
"type": "number",
"description": "Unix seconds of the actual matched price point -- observed a couple of seconds off from the requested timestamp, since this is the closest known price point, not necessarily an exact match."
},
"confidence": {
"type": "number",
"description": "0-1 confidence score for the match; observed as 0.99 on both fixtures."
}
},
"additionalProperties": true
},
"description": "One entry per requested timestamp for this coin -- both fixtures observed exactly one entry per coin (one timestamp was requested per coin in each), so an array with one entry per requested timestamp for that coin is expected, not confirmed at higher counts."
},
"symbol": {
"type": "string",
"description": "The token's ticker symbol, e.g. 'ETH', 'BTC'."
}
},
"description": "One recognized coin's price data.",
"additionalProperties": true
}
}
},
"description": "The coins result, keyed by the caller's own requested coin identifiers.",
"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.00 |
- 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
