Contract
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"limit": {
"type": "integer",
"default": 100,
"maximum": 100,
"minimum": 1,
"description": "Results per page. Example: 100. Defaults to 100."
},
"offset": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Pagination offset. Example: 0. Defaults to 0."
},
"symbol": {
"enum": [
"BTC",
"ETH"
],
"type": "string",
"description": "Token ticker symbol. Can be BTC or ETH. Example: BTC."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Display name for the filter, e.g. 'All Exchange', 'Binance', 'OKX'."
},
"type": {
"type": "string",
"description": "Either 'aggregate' (a bucket like All/Spot/Derivative Exchange) or 'exchange' (a single named exchange). Observed only these two values."
},
"symbol": {
"type": "string",
"description": "The filter's machine value to pass to other exchange-flow endpoints, e.g. 'all_exchange', 'binance', 'okx'."
},
"supported_flow_filter": {
"type": "boolean",
"description": "Whether this value is usable as a flow filter. Observed true on every entry in every fixture."
}
},
"additionalProperties": false
},
"description": "One entry per exchange filter. Present on every fixture observed."
},
"meta": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Echoes the requested `limit` (or the default of 100 when not passed)."
},
"total": {
"type": "integer",
"description": "Total number of filters available. Observed 23 on every fixture, unaffected by `limit`."
},
"cached": {
"type": "boolean",
"description": "Whether this response was served from the provider's cache. Observed false on every fixture."
},
"offset": {
"type": "integer",
"description": "Echoes the requested `offset` (or the default of 0 when not passed)."
}
},
"description": "Pagination metadata for `data`. Present on every fixture observed.",
"additionalProperties": false
}
},
"description": "The exchange filter list, as returned at routing.responseResultPath ($.output). Observed identical across all three fixtures (BTC full list, ETH full list, BTC limited to 5): the list itself does not vary by requested symbol.",
"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 15, 2026
