verified until 2026-07-26
Pay-per-query Claude (Haiku/Sonnet/Opus) plus 8 packaged tools. No subscription, no account.
Pay from $0.01 to $0.10 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 2h 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
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 254ms
- avg response
- 201ms
- total checks
- 7,164
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.10 (p55 in AI)
- price (min)
- $0.01
- price (max)
- $0.10
- category percentile (min)
- p55 in AI
- category percentile (max)
- p48 in AI
- endpoints / prices
- 5 / 4
- 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.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- 2026-04-29
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- 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 API access to query different versions of Claude AI models and use specialized tools like crypto analysis and text summarization.
- category
- ai-chat
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /ask/haiku | Query Claude Haiku | $0.01 | Base | USDC |
| POST | /ask/opus | Query Claude Opus | $0.10 | Base | USDC |
| POST | /ask/sonnet | Query Claude Sonnet | $0.03 | Base | USDC |
| POST | /tools/crypto-analysis | Crypto analysis tool | $0.03 | Base | USDC |
| POST | /tools/summarize | Summarize text | $0.02 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /ask/haiku returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://askclaude.shop/ask/haiku'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3b5BE4047c5A4f37c5E3A5951432ED794BF201ff",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://askclaude.shop/ask/sonnet",
"mimeType": "",
"description": "Ask Claude Sonnet — smart AI answers, $0.03/question"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "Explain quantum computing in simple terms"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"model": "claude-sonnet-4-6",
"usage": {
"input_tokens": 18,
"output_tokens": 45
},
"answer": "Quantum computing uses qubits..."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "Your question for Claude"
},
"system": {
"type": "string",
"description": "Optional system prompt"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"model": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"input_tokens": {
"type": "number"
},
"output_tokens": {
"type": "number"
}
}
},
"answer": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3b5BE4047c5A4f37c5E3A5951432ED794BF201ff",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://askclaude.shop/tools/summarize",
"mimeType": "",
"description": "Summarize any text (articles, documents, whitepapers), $0.02/request"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"text": "The quick brown fox jumps over the lazy dog. This is a long article about...",
"max_length": "short"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"summary": "A concise summary of the input text.",
"word_count": 12
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text to summarize (articles, documents, whitepapers)"
},
"max_length": {
"enum": [
"short",
"medium",
"long"
],
"type": "string",
"description": "Summary length: short (~50 words), medium (~150 words), long (~300 words). Default: medium"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"summary": {
"type": "string"
},
"word_count": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3b5BE4047c5A4f37c5E3A5951432ED794BF201ff",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://askclaude.shop/ask/haiku",
"mimeType": "",
"description": "Ask Claude Haiku — fast AI answers, $0.01/question"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "What is the capital of France?"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"model": "claude-haiku-4-5-20251001",
"usage": {
"input_tokens": 14,
"output_tokens": 12
},
"answer": "The capital of France is Paris."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "Your question for Claude"
},
"system": {
"type": "string",
"description": "Optional system prompt"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"model": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"input_tokens": {
"type": "number"
},
"output_tokens": {
"type": "number"
}
}
},
"answer": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3b5BE4047c5A4f37c5E3A5951432ED794BF201ff",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://askclaude.shop/ask/opus",
"mimeType": "",
"description": "Ask Claude Opus — genius-level AI answers, $0.10/question"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "Write a proof that there are infinitely many primes"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"model": "claude-opus-4-6",
"usage": {
"input_tokens": 16,
"output_tokens": 120
},
"answer": "Euclid's proof proceeds by contradiction..."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "Your question for Claude"
},
"system": {
"type": "string",
"description": "Optional system prompt"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"model": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"input_tokens": {
"type": "number"
},
"output_tokens": {
"type": "number"
}
}
},
"answer": {
"type": "string"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3b5BE4047c5A4f37c5E3A5951432ED794BF201ff",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://askclaude.shop/tools/crypto-analysis",
"mimeType": "",
"description": "Get AI-powered crypto coin analysis with live price data from CoinGecko, $0.03/request"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"coin": "bitcoin",
"question": "Is now a good time to buy?"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"coin": "bitcoin",
"analysis": "BTC showing strength above $90k...",
"price_usd": 95000,
"sentiment": "bullish",
"change_24h": 2.5,
"risk_level": "medium"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"coin"
],
"properties": {
"coin": {
"type": "string",
"description": "Coin symbol (e.g. 'bitcoin', 'ethereum', 'solana')"
},
"question": {
"type": "string",
"description": "Optional specific question about the coin"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"coin": {
"type": "string"
},
"symbol": {
"type": "string"
},
"analysis": {
"type": "string"
},
"change_7d": {
"type": "number"
},
"price_usd": {
"type": "number"
},
"sentiment": {
"enum": [
"bullish",
"bearish",
"neutral"
],
"type": "string"
},
"change_24h": {
"type": "number"
},
"change_30d": {
"type": "number"
},
"disclaimer": {
"type": "string"
},
"key_levels": {
"type": "object",
"properties": {
"support": {
"type": "number"
},
"resistance": {
"type": "number"
}
}
},
"market_cap": {
"type": "number"
},
"risk_level": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"volume_24h": {
"type": "number"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/askclaude/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).
Median across 5 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/askclaude?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/askclaude.svg" alt="AskClaude listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/askclaude?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/askclaude?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/askclaude.svg?data=uptime" alt="AskClaude uptime on x402-list" height="28"> </a>