Contract
{
"type": "object",
"anyOf": [
{
"required": [
"id"
]
},
{
"required": [
"q"
]
}
],
"properties": {
"q": {
"type": "string",
"minLength": 1,
"description": "Project name or symbol for entity resolution. Example: bitcoin."
},
"id": {
"type": "string",
"minLength": 1,
"description": "Project UUID. Example: 25c6612a-395c-4974-94eb-3b5f9f4b2ed7."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"exchanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exchange names the project trades on, e.g. 'BINANCE', 'COINBASE'. Observed as a 9-entry list on both real fixtures (Bitcoin)."
},
"project_id": {
"type": "string",
"description": "The project's UUID, e.g. '25c6612a-395c-4974-94eb-3b5f9f4b2ed7'."
},
"project_name": {
"type": "string",
"description": "The project's display name, e.g. 'Bitcoin'."
},
"current_status": {
"type": "string",
"description": "TGE lifecycle status. Observed as 'post' on both real fixtures. The endpoint's own documentation also describes a 'pre' status for a project that has not had its Token Generation Event yet, but no real fixture demonstrates it."
},
"last_event_time": {
"type": "integer",
"description": "Unix seconds marking the most recent TGE-related event."
}
},
"description": "Present on both real fixtures observed.",
"additionalProperties": false
},
"meta": {
"type": "object",
"properties": {
"cached": {
"type": "boolean",
"description": "Whether this response was served from the provider's cache. Observed false on both real fixtures."
}
},
"description": "Present on both real fixtures observed.",
"additionalProperties": false
}
},
"description": "The TGE status record, 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.01638 |
- 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
