x402 List

x402 Protocol Service Directory

Utilia Agent Utilities

Data

Production x402 utilities for autonomous agents: Solana transaction analysis and simulation, live priority-fee quantiles, SPL token authority and concentration risk checks, and deterministic PDF-to-Markdown extraction. No API key; exact USDC payment on Solana or Base; OpenAPI, MCP, A2A, llms.txt, and public uptime telemetry included.

Pay from $0.002 to $0.006 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-25 · no on-chain settlement recorded yet

BASE URL https://api.utilia.ink WEBSITE https://utilia.ink ENDPOINTS 4 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-25 MONITORED SINCE 2026-07-25

ASSESSMENT

updated 3h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
31ms
avg response
31ms
total checks
1
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.002 to $0.006 (p30 in Data)
price (min)
$0.002
price (max)
$0.006
category percentile (min)
p30 in Data
category percentile (max)
p26 in Data
endpoints / prices
4 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
79d
registrar
NameCheap, Inc.
hosting
custom
domain created
2026-05-06

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with Utilia Solana Preflight.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides Solana transaction analysis, fee estimation, and token risk assessment services

category
blockchain-analytics
in
query params and body
auth
none
blockchainsolanatransaction-analysisfee-estimationtoken-riskapi

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /base/v1/fees/priority $0.002 Base USDC
GET /base/v1/token/So11111111111111111111111111111111111111112 $0.006 Base USDC
GET /v1/fees/priority $0.002 Solana USDC
GET /v1/token/So11111111111111111111111111111111111111112 $0.006 Solana USDC
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /base/v1/fees/priority returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.utilia.ink/base/v1/fees/priority'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "AX1TzKChcrgjVW2JMtcYFLgxerfH1XfW7etuSdMSUKh5",
        "amount": "2000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.utilia.ink/v1/fees/priority",
      "tags": [
        "solana",
        "priority-fees",
        "compute-unit-price",
        "transactions",
        "agents"
      ],
      "iconUrl": "https://api.utilia.ink/favicon.ico",
      "mimeType": "application/json",
      "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.",
      "serviceName": "Utilia Solana Priority Fee Feed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "observedAt": "2026-07-24T08:00:00.000Z",
              "sampleCount": 150,
              "lowMicroLamports": 1000,
              "highMicroLamports": 15000,
              "mediumMicroLamports": 5000
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "account": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 20,
                      "description": "Repeatable Solana account query parameter"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xBf9305e6eE38E92C296Aa3Fb0a844977307520fA",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.utilia.ink/base/v1/fees/priority",
      "tags": [
        "solana",
        "priority-fees",
        "compute-unit-price",
        "transactions",
        "agents"
      ],
      "iconUrl": "https://api.utilia.ink/favicon.ico",
      "mimeType": "application/json",
      "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.",
      "serviceName": "Utilia Solana Priority Fee Feed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "observedAt": "2026-07-24T08:00:00.000Z",
              "sampleCount": 150,
              "lowMicroLamports": 1000,
              "highMicroLamports": 15000,
              "mediumMicroLamports": 5000
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "account": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 20,
                      "description": "Repeatable Solana account query parameter"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "AX1TzKChcrgjVW2JMtcYFLgxerfH1XfW7etuSdMSUKh5",
        "amount": "6000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.utilia.ink/v1/token/So11111111111111111111111111111111111111112",
      "tags": [
        "solana",
        "token",
        "risk",
        "mint",
        "agents"
      ],
      "iconUrl": "https://api.utilia.ink/favicon.ico",
      "mimeType": "application/json",
      "description": "Inspect a Solana mint for live authorities, Token-2022 controls, supply, and holder concentration signals.",
      "serviceName": "Utilia Solana Token Safety"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "mint": "So11111111111111111111111111111111111111112"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "mint": "So11111111111111111111111111111111111111112",
              "riskFlags": [],
              "top10HolderPercent": 22.4,
              "holderDataAvailable": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "required": [
                    "mint"
                  ],
                  "properties": {
                    "mint": {
                      "type": "string",
                      "description": "Solana token mint address"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": "/v1/token/:mint"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xBf9305e6eE38E92C296Aa3Fb0a844977307520fA",
        "amount": "6000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.utilia.ink/base/v1/token/So11111111111111111111111111111111111111112",
      "tags": [
        "solana",
        "token",
        "risk",
        "mint",
        "agents"
      ],
      "iconUrl": "https://api.utilia.ink/favicon.ico",
      "mimeType": "application/json",
      "description": "Inspect a Solana mint for live authorities, Token-2022 controls, supply, and holder concentration signals.",
      "serviceName": "Utilia Solana Token Safety"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "mint": "So11111111111111111111111111111111111111112"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "mint": "So11111111111111111111111111111111111111112",
              "riskFlags": [],
              "top10HolderPercent": 22.4,
              "holderDataAvailable": true
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "required": [
                    "mint"
                  ],
                  "properties": {
                    "mint": {
                      "type": "string",
                      "description": "Solana token mint address"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": "/base/v1/token/:mint"
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/utilia-agent-utilities/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-25 · uptime 100.0% · 211ms avg07-2507-25
24h UPTIME 100%
RESPONSE TIME
07-25 · 211ms avg07-25 · 211ms avg07-2507-25
AVG RESP 211ms
PRICE (captured 402, USD)
building price history ($0.004)

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 2 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
no distinct buyers yet

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 2 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (13) · click to expand
TIME STATUS RESP
● OK 265ms
● OK 305ms
● OK 149ms
● OK 48ms
● OK 232ms
● OK 244ms
● SLOW 365ms
● OK 207ms
● OK 175ms
● SLOW 329ms
● OK 221ms
● OK 172ms
● OK 31ms

EMBED THIS BADGE

Show that Utilia Agent Utilities is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Utilia Agent Utilities listed on x402-list
status
Utilia Agent Utilities uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/utilia-agent-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/utilia-agent-utilities.svg" alt="Utilia Agent Utilities listed on x402-list" height="28">
</a>
// Markdown
[![Utilia Agent Utilities on x402-list](https://x402-list.com/badge/utilia-agent-utilities.svg)](https://x402-list.com/services/utilia-agent-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/utilia-agent-utilities?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/utilia-agent-utilities.svg?data=uptime" alt="Utilia Agent Utilities uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]