Contract
{
"type": "object",
"required": [
"addresses"
],
"properties": {
"addresses": {
"type": "string",
"minLength": 1,
"description": "Comma-separated wallet addresses to look up, max 100. Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045,0xdead."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"labels": {
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "e.g. an ENS name ('vitalik.eth') or a generic descriptive tag ('Dead Address') when no named entity is behind the address."
},
"confidence": {
"type": "number",
"description": "Observed as 1 on every real label seen; a partial-confidence value was never observed."
}
},
"additionalProperties": true
},
"description": "One or more descriptive labels for this address."
},
"address": {
"type": "string",
"description": "The wallet address this entry describes, echoed back as supplied."
},
"entity_name": {
"type": "string",
"description": "The named individual or organization the provider attributes to this address, when it has one on file (e.g. 'Vitalik Buterin'). Omitted entirely on addresses with only a generic descriptive label and no named entity behind them -- observed omitted on this fixture's burn address, which still carries a `labels` entry."
},
"entity_type": {
"type": "string",
"description": "e.g. 'individual'. Omitted whenever entity_name is omitted (see entity_name's own description); no other value has been observed."
}
},
"additionalProperties": true
},
"description": "One entry per address that has any provider attribution on file. An address with no known label is simply absent -- not a null or empty placeholder entry -- confirmed by unlabeled-random.json, whose single unrecognized address produced a zero-length `data` array (and `meta.total: 0`) rather than any entry for it."
},
"meta": {
"type": "object",
"properties": {
"limit": {
"type": "number"
},
"total": {
"type": "number",
"description": "Count of addresses with a `data` entry, not the count of addresses requested."
},
"cached": {
"type": "boolean",
"description": "Observed false on both real fixtures."
},
"offset": {
"type": "number"
}
},
"additionalProperties": true
}
},
"description": "The wallet labels record, as returned at routing.responseResultPath ($.output).",
"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.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
