x402-native API platform for AI agents: web scraping with real browser, crypto market intelligence, knowledge storage & recall, x402 service discovery across 25K+ endpoints, and data transformation. 80+ endpoints via x402 on Base.
Pay from $0.005 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h agoEvidence-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
- 188ms
- avg response
- 188ms
- total checks
- 1
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 (p38 in AI)
- price (min)
- $0.005
- category percentile (min)
- p38 in AI
- endpoints / prices
- 4 / 1
- model
- flat
- 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.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:137, eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides a suite of AI agent services including semantic search, fact storage, web scraping, and crypto market data retrieval.
- category
- ai-agent-services
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /x402/find | Find x402 agent services across directories including CDP Bazaar and PayAI (CDP) | $0.005 | Base | USDC |
| GET | /x402/recall | Semantic search across curated crypto, x402 ecosystem, and agent economy knowledge base (CDP) | $0.005 | Base | USDC |
| GET | /x402/store | Store verified facts into the Mythos knowledge base for later recall (CDP) | $0.005 | Base | USDC |
| GET | /x402/web-scrape | Extract structured text content from any URL with optional CSS selector targeting (CDP) | $0.005 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /x402/find returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://minia2a.uk/x402/find'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://minia2a.uk/x402/recall",
"description": "Semantic search across curated crypto, x402 ecosystem, and agent economy knowledge base (CDP)",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://minia2a.uk/x402/recall",
"mimeType": "application/json",
"description": "Semantic search across curated crypto, x402 ecosystem, and agent economy knowledge base"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "bitcoin price ethereum defi"
}
},
"output": {
"type": "json",
"schema": {
"properties": {}
},
"example": {
"ok": true,
"count": 3,
"query": "bitcoin price ethereum defi",
"results": [
{
"id": "recall",
"desc": "Semantic crypto intelligence search",
"name": "Mythos x402 Recall",
"price": "$0.005"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object",
"properties": {
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Natural-language search query for crypto intelligence"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://minia2a.uk/x402/web-scrape",
"description": "Extract structured text content from any URL with optional CSS selector targeting (CDP)",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://minia2a.uk/x402/web-scrape",
"mimeType": "application/json",
"description": "Extract structured text content from any URL with optional CSS selector targeting"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"url": "https://example.com"
}
},
"output": {
"type": "json",
"schema": {
"properties": {}
},
"example": {
"ok": true,
"url": "https://example.com",
"text": "Example Domain...",
"length": 500
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object",
"properties": {
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL to scrape and return structured content"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://minia2a.uk/x402/find",
"description": "Find x402 agent services across directories including CDP Bazaar and PayAI (CDP)",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://minia2a.uk/x402/find",
"mimeType": "application/json",
"description": "Find x402 agent services across directories including CDP Bazaar and PayAI"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "token analysis",
"limit": 10
}
},
"output": {
"type": "json",
"schema": {
"properties": {}
},
"example": {
"ok": true,
"count": 5,
"query": "token analysis",
"results": [
{
"id": "swap-safety",
"name": "Swap Safety Check",
"price": "$0.05"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object",
"properties": {
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Capability or service to find in the x402 bazaar"
},
"limit": {
"type": "integer",
"default": 10,
"description": "Max results (1-20)"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://minia2a.uk/x402/store",
"description": "Store verified facts into the Mythos knowledge base for later recall (CDP)",
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://minia2a.uk/x402/store",
"mimeType": "application/json",
"description": "Store verified facts into the Mythos knowledge base for later recall"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"content": "ETH gas is 12 gwei on Base L2 2026-07-17"
}
},
"output": {
"type": "json",
"schema": {
"properties": {}
},
"example": {
"ok": true,
"stored": true
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object",
"properties": {
"queryParams": {
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "string",
"description": "Fact or memory to store (max 4000 chars)"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/minia2a-agent-infrastructure-intelligence/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.
Median across 4 endpoints. Use the selector to isolate one.
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
EMBED THIS BADGE
<a href="https://x402-list.com/services/minia2a-agent-infrastructure-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/minia2a-agent-infrastructure-intelligence.svg" alt="minia2a — Agent Infrastructure & Intelligence listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/minia2a-agent-infrastructure-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/minia2a-agent-infrastructure-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/minia2a-agent-infrastructure-intelligence.svg?data=uptime" alt="minia2a — Agent Infrastructure & Intelligence uptime on x402-list" height="28"> </a>