Directory / x402.charliemorrison.dev
Structured crypto market signal: for each CoinGecko id return price, market cap, 24h change, 24h volume, plus a derived momentum score (-100..100), a bullish/neutral/bearish signal, and a volatility flag — enriched data an agent ingests in a trading/research loop without computing it itself. Input: ids (comma-separated).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://x402.charliemorrison.dev/signal' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://x402.charliemorrison.dev/signal'
Endpoint: https://x402.charliemorrison.dev/signal. Operated by x402.charliemorrison.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
GitHub repo discoverability & SEO audit: scores a repo's README, description, topics, homepage and metadata and returns a 0-100 score, a grade, and fixes. Input…
Web-content reader: fetch any http(s) URL and return clean readable text, title/description/canonical, and outbound links as JSON — the data an agent ingests on…