x402 List

x402 Protocol Service Directory

AskClaude

AI ✓ VERIFIED

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://askclaude.shop ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-02-09 MONITORED SINCE 2026-04-15

ASSESSMENT

updated 2h 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
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.

jump to compliance checklist

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-derived

Provides 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
aichattext-generationcrypto-analysissummarization

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
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
5 endpoints

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.

// request
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

04-21 · uptime 100.0% · 168ms avg04-22 · uptime 100.0% · 144ms avg04-23 · uptime 100.0% · 157ms avg04-24 · uptime 100.0% · 168ms avg04-25 · uptime 100.0% · 165ms avg04-26 · uptime 100.0% · 157ms avg04-27 · uptime 100.0% · 162ms avg04-28 · uptime 100.0% · 165ms avg04-29 · uptime 100.0% · 155ms avg04-30 · uptime 100.0% · 142ms avg05-01 · uptime 100.0% · 142ms avg05-02 · uptime 100.0% · 140ms avg05-03 · uptime 100.0% · 147ms avg05-04 · uptime 100.0% · 139ms avg05-05 · uptime 100.0% · 142ms avg05-06 · uptime 100.0% · 146ms avg05-07 · uptime 100.0% · 147ms avg05-08 · uptime 100.0% · 145ms avg05-09 · uptime 100.0% · 152ms avg05-10 · uptime 100.0% · 146ms avg05-11 · uptime 100.0% · 142ms avg05-12 · uptime 100.0% · 142ms avg05-13 · uptime 100.0% · 158ms avg05-14 · uptime 100.0% · 194ms avg05-15 · uptime 100.0% · 186ms avg05-16 · uptime 100.0% · 181ms avg05-17 · uptime 100.0% · 185ms avg05-18 · uptime 100.0% · 176ms avg05-19 · uptime 100.0% · 184ms avg05-20 · uptime 100.0% · 185ms avg05-21 · uptime 100.0% · 169ms avg05-22 · uptime 100.0% · 170ms avg05-23 · uptime 100.0% · 174ms avg05-24 · uptime 100.0% · 169ms avg05-25 · uptime 100.0% · 180ms avg05-26 · uptime 100.0% · 182ms avg05-27 · uptime 100.0% · 184ms avg05-28 · uptime 100.0% · 186ms avg05-29 · uptime 100.0% · 207ms avg05-30 · uptime 100.0% · 218ms avg05-31 · uptime 99.2% · 233ms avg06-01 · uptime 100.0% · 237ms avg06-02 · uptime 100.0% · 224ms avg06-03 · uptime 100.0% · 203ms avg06-04 · uptime 100.0% · 212ms avg06-05 · uptime 100.0% · 213ms avg06-06 · uptime 100.0% · 192ms avg06-07 · uptime 100.0% · 157ms avg06-08 · uptime 99.6% · 206ms avg06-09 · uptime 100.0% · 256ms avg06-10 · uptime 98.8% · 289ms avg06-11 · uptime 100.0% · 271ms avg06-12 · uptime 100.0% · 255ms avg06-13 · uptime 100.0% · 242ms avg06-14 · uptime 100.0% · 228ms avg06-15 · uptime 100.0% · 218ms avg06-16 · uptime 100.0% · 216ms avg06-17 · uptime 100.0% · 199ms avg06-18 · uptime 100.0% · 216ms avg06-19 · uptime 100.0% · 238ms avg06-20 · uptime 100.0% · 219ms avg06-21 · uptime 100.0% · 204ms avg06-22 · uptime 100.0% · 224ms avg06-23 · uptime 100.0% · 216ms avg06-24 · uptime 100.0% · 218ms avg06-25 · uptime 100.0% · 175ms avg06-26 · uptime 100.0% · 155ms avg06-27 · uptime 100.0% · 147ms avg06-28 · uptime 100.0% · 172ms avg06-29 · uptime 100.0% · 144ms avg06-30 · uptime 100.0% · 152ms avg07-01 · uptime 100.0% · 179ms avg07-02 · uptime 99.2% · 274ms avg07-03 · uptime 100.0% · 218ms avg07-04 · uptime 100.0% · 211ms avg07-05 · uptime 100.0% · 210ms avg07-06 · uptime 100.0% · 206ms avg07-07 · uptime 100.0% · 198ms avg07-08 · uptime 100.0% · 219ms avg07-09 · uptime 100.0% · 181ms avg07-10 · uptime 99.6% · 178ms avg07-11 · uptime 100.0% · 182ms avg07-12 · uptime 100.0% · 187ms avg07-13 · uptime 100.0% · 226ms avg07-14 · uptime 100.0% · 225ms avg07-15 · uptime 100.0% · 237ms avg07-16 · uptime 100.0% · 220ms avg07-17 · uptime 100.0% · 216ms avg07-18 · uptime 100.0% · 202ms avg07-19 · uptime 100.0% · 194ms avg04-2107-19
RESPONSE TIME
04-21 · 168ms avg04-21 · 168ms avg04-22 · 144ms avg04-22 · 144ms avg04-23 · 157ms avg04-23 · 157ms avg04-24 · 168ms avg04-24 · 168ms avg04-25 · 165ms avg04-25 · 165ms avg04-26 · 157ms avg04-26 · 157ms avg04-27 · 162ms avg04-27 · 162ms avg04-28 · 165ms avg04-28 · 165ms avg04-29 · 155ms avg04-29 · 155ms avg04-30 · 142ms avg04-30 · 142ms avg05-01 · 142ms avg05-01 · 142ms avg05-02 · 140ms avg05-02 · 140ms avg05-03 · 147ms avg05-03 · 147ms avg05-04 · 139ms avg05-04 · 139ms avg05-05 · 142ms avg05-05 · 142ms avg05-06 · 146ms avg05-06 · 146ms avg05-07 · 147ms avg05-07 · 147ms avg05-08 · 145ms avg05-08 · 145ms avg05-09 · 152ms avg05-09 · 152ms avg05-10 · 146ms avg05-10 · 146ms avg05-11 · 142ms avg05-11 · 142ms avg05-12 · 142ms avg05-12 · 142ms avg05-13 · 158ms avg05-13 · 158ms avg05-14 · 194ms avg05-14 · 194ms avg05-15 · 186ms avg05-15 · 186ms avg05-16 · 181ms avg05-16 · 181ms avg05-17 · 185ms avg05-17 · 185ms avg05-18 · 176ms avg05-18 · 176ms avg05-19 · 184ms avg05-19 · 184ms avg05-20 · 185ms avg05-20 · 185ms avg05-21 · 169ms avg05-21 · 169ms avg05-22 · 170ms avg05-22 · 170ms avg05-23 · 174ms avg05-23 · 174ms avg05-24 · 169ms avg05-24 · 169ms avg05-25 · 180ms avg05-25 · 180ms avg05-26 · 182ms avg05-26 · 182ms avg05-27 · 184ms avg05-27 · 184ms avg05-28 · 186ms avg05-28 · 186ms avg05-29 · 207ms avg05-29 · 207ms avg05-30 · 218ms avg05-30 · 218ms avg05-31 · 233ms avg05-31 · 233ms avg06-01 · 237ms avg06-01 · 237ms avg06-02 · 224ms avg06-02 · 224ms avg06-03 · 203ms avg06-03 · 203ms avg06-04 · 212ms avg06-04 · 212ms avg06-05 · 213ms avg06-05 · 213ms avg06-06 · 192ms avg06-06 · 192ms avg06-07 · 157ms avg06-07 · 157ms avg06-08 · 206ms avg06-08 · 206ms avg06-09 · 256ms avg06-09 · 256ms avg06-10 · 289ms avg06-10 · 289ms avg06-11 · 271ms avg06-11 · 271ms avg06-12 · 255ms avg06-12 · 255ms avg06-13 · 242ms avg06-13 · 242ms avg06-14 · 228ms avg06-14 · 228ms avg06-15 · 218ms avg06-15 · 218ms avg06-16 · 216ms avg06-16 · 216ms avg06-17 · 199ms avg06-17 · 199ms avg06-18 · 216ms avg06-18 · 216ms avg06-19 · 238ms avg06-19 · 238ms avg06-20 · 219ms avg06-20 · 219ms avg06-21 · 204ms avg06-21 · 204ms avg06-22 · 224ms avg06-22 · 224ms avg06-23 · 216ms avg06-23 · 216ms avg06-24 · 218ms avg06-24 · 218ms avg06-25 · 175ms avg06-25 · 175ms avg06-26 · 155ms avg06-26 · 155ms avg06-27 · 147ms avg06-27 · 147ms avg06-28 · 172ms avg06-28 · 172ms avg06-29 · 144ms avg06-29 · 144ms avg06-30 · 152ms avg06-30 · 152ms avg07-01 · 179ms avg07-01 · 179ms avg07-02 · 274ms avg07-02 · 274ms avg07-03 · 218ms avg07-03 · 218ms avg07-04 · 211ms avg07-04 · 211ms avg07-05 · 210ms avg07-05 · 210ms avg07-06 · 206ms avg07-06 · 206ms avg07-07 · 198ms avg07-07 · 198ms avg07-08 · 219ms avg07-08 · 219ms avg07-09 · 181ms avg07-09 · 181ms avg07-10 · 178ms avg07-10 · 178ms avg07-11 · 182ms avg07-11 · 182ms avg07-12 · 187ms avg07-12 · 187ms avg07-13 · 226ms avg07-13 · 226ms avg07-14 · 225ms avg07-14 · 225ms avg07-15 · 237ms avg07-15 · 237ms avg07-16 · 220ms avg07-16 · 220ms avg07-17 · 216ms avg07-17 · 216ms avg07-18 · 202ms avg07-18 · 202ms avg07-19 · 194ms avg07-19 · 194ms avg04-2107-19
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 201ms
TOTAL CHECKS 7,180

RECENT CHECKS

TIME STATUS RESP
● OK 201ms
● OK 238ms
● OK 162ms
● OK 147ms
● OK 181ms
● OK 208ms
● OK 165ms
● OK 225ms
● OK 178ms
● OK 285ms
● OK 169ms
● OK 159ms
● OK 241ms
● OK 229ms
● OK 177ms
● SLOW 305ms
● OK 203ms
● OK 269ms

OVER TIME

All charts share the 90d 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).

PRICE (captured 402, USD)
06-16 · $0.0307-19 · $0.03$0.0306-1607-19

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

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checksuptimecompliance07-1307-19
VOLUME (on-chain settlement, USD)
04-22 · $0.0604-29 · $0.05peak $0.0604-2204-29
DISTINCT BUYERS
04-22 · 1 buyer04-29 · 1 buyerpeak 1 buyer04-2204-29

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

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

AskClaude listed on x402-list
status
AskClaude uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![AskClaude on x402-list](https://x402-list.com/badge/askclaude.svg)](https://x402-list.com/services/askclaude?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

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 ]