api.utilia.ink
api.utilia.ink
· api.utilia.ink
Machine-payable Solana transaction intelligence for autonomous agents: live priority-fee quantiles, transaction simulation, confirmed-transaction diagnostics, and token mint risk analysis. Every response is deterministic structured JSON, paid per call in mainnet USDC over x402 v2, with no account or API key.
api.utilia.ink via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Raw error
HTTP 404
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://api.utilia.ink/v1/token/risk
|
0.006 | USDC |
https://api.utilia.ink/v1/fees/priority
|
0.002 | USDC |
https://api.utilia.ink/v1/pdf/to-markdown
|
0.0025 | USDC |
https://api.utilia.ink/v1/transaction/{signature}
|
— | USDC |
https://api.utilia.ink/v1/transaction/simulate
|
— | USDC |
https://api.utilia.ink/v1/token/{mint}
|
— | USDC |
https://api.utilia.ink/v1/audio/normalize
|
— | USDC |
https://api.utilia.ink/base/v1/transaction/{signature}
|
— | USDC |
https://api.utilia.ink/base/v1/transaction/simulate
|
— | USDC |
https://api.utilia.ink/base/v1/fees/priority
|
— | USDC |
https://api.utilia.ink/base/v1/token/{mint}
|
— | USDC |
https://api.utilia.ink/base/v1/token/risk
|
— | USDC |
https://api.utilia.ink/base/v1/pdf/to-markdown
|
— | USDC |
https://api.utilia.ink/base/v1/audio/normalize
|
— | USDC |
AX1TzKChcrgjVW2JMtcYFLgxerfH1XfW7etuSdMSUKh5 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
| Agent card | https://api.utilia.ink/.well-known/agent-card.json |
| Provider | https://api.utilia.ink |
| Docs | https://api.utilia.ink |
Health · last 30 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.utilia.ink) [](https://agenstry.com/agents/api.utilia.ink) [](https://agenstry.com/agents/api.utilia.ink) [](https://agenstry.com/agents/api.utilia.ink)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "api-utilia-ink",
"name": "api.utilia.ink",
"description": "",
"domain": "api.utilia.ink",
"provider": "api.utilia.ink",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://api.utilia.ink/base/v1/audio/normalize",
"description": "Normalize public HTTPS or base64 audio to a predictable integrated loudness and return a bounded base64 MP3 with measurements and content digests.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "maxSeconds",
"type": "number",
"description": "",
"example": 180,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "targetLufs",
"type": "number",
"description": "",
"example": -16,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com/voice-note.wav",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Utilia Audio Normalization",
"tags": [
"audio",
"ffmpeg",
"normalization",
"podcast",
"media"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.utilia.ink/base/v1/fees/priority",
"description": "Return timestamped Solana priority-fee quantiles for compute-unit bidding, optionally localized to up to 20 writable accounts. Designed for recurring transaction-bot polling at $0.002 per call.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [],
"serviceName": "Utilia Solana Priority Fee Feed",
"tags": [
"solana",
"priority-fees",
"compute-unit-price",
"transactions",
"agents"
],
"quality": {
"l30DaysTotalCalls": "8",
"l30DaysUniquePayers": "6"
}
},
{
"url": "https://api.utilia.ink/base/v1/pdf/to-markdown",
"description": "Extract deterministic Markdown and metadata from a public HTTPS PDF URL or a base64 PDF payload. Enforces public-network fetching, an 8 MiB limit, and a caller-selected page cap.",
"pricing": {
"amount": "0.0025",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "maxPages",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "title",
"type": "string",
"description": "",
"example": "Utilia Bazaar verification",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://api.utilia.ink/.well-known/utilia/examples/document.pdf",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Utilia Document Transform",
"tags": [
"pdf",
"markdown",
"documents",
"extraction",
"agents"
],
"quality": {
"l30DaysTotalCalls": "5",
"l30DaysUniquePayers": "5"
}
},
{
"url": "https://api.utilia.ink/base/v1/token/risk",
"description": "Workflow-friendly Solana token safety check. Submit a mint address in JSON to inspect authorities, Token-2022 controls, supply, holder concentration, and risk flags.",
"pricing": {
"amount": "0.006",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "mint",
"type": "string",
"description": "",
"example": "So11111111111111111111111111111111111111112",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Utilia Solana Token Safety",
"tags": [
"solana",
"token",
"risk",
"mint",
"agents"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.utilia.ink/base/v1/transaction/:signature",
"description": "Explain a confirmed Solana transaction, including balance deltas, logs, compute usage, and a retry-safe error classification.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "path",
"name": "signature",
"type": "string",
"description": "",
"example": "5kGyC8t1Sr6pM81Z34tn3kGcydchs7kkjmbiSqzMhHxtZ5JJW1Wpdr7UiTzez4cY76fGBhknkYMShTxxmw6xCK8a",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Utilia Solana Priority Fee Feed",
"tags": [
"solana",
"transactions",
"preflight",
"risk",
"agents"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.01",
"avgCostPerTransaction": "0.0049",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "Utilia",
"tags": [
"audio",
"ffmpeg",
"normalization",
"podcast",
"media",
"solana",
"priority-fees",
"compute-unit-price",
"transactions",
"agents",
"pdf",
"markdown",
"documents",
"extraction",
"token",
"risk",
"mint",
"preflight"
],
"iconUrl": ""
}
}