Small, accountless APIs for agents and automations. Each paid route uses x402 on Base with USDC, publishes an OpenAPI schema, and can be called with a payment cap.
Browse the full product catalog · Machine-readable JSON · Agent guide
| Product | What it returns | Price | Try first |
|---|---|---|---|
| Fresh Crypto News Headlines | Source-linked Bitcoin, Ethereum, Base, or general crypto headlines | $0.007 | Free sample |
| Trending Base Tokens | Validated native-USDC DEX volume and buy/sell activity | $0.004 | Free sample |
| Base Token Lookup | Address, symbol, or name matches in the active Base snapshot | $0.002 | Free sample |
| Public Web Page Reader | Robots-aware static pages converted to sanitized Markdown | $0.005 | Free sample |
Every command pins the payment network and maximum amount.
# Fresh source-linked crypto headlines
npx -y agentcash fetch 'https://argonaut-crypto-headline-pulse.vercel.app/api/v1/headlines?topic=base&limit=5' --payment-network base --max-amount 0.007 --yes --format json
# Trending Base tokens by validated USDC-pool activity
npx -y agentcash fetch 'https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/momentum?limit=5' --payment-network base --max-amount 0.004 --yes --format json
# Resolve a Base token by symbol, address, or name
npx -y agentcash fetch 'https://argonaut-base-token-momentum-pulse.vercel.app/api/v1/resolve?query=cbBTC&limit=5' --payment-network base --max-amount 0.002 --yes --format json
# Convert a public static page to sanitized Markdown
npx -y agentcash fetch 'https://web-page-reader.vercel.app/api/v1/read?url=https%3A%2F%2Fexample.org%2F&max_chars=5000' --payment-network base --max-amount 0.005 --yes --format jsonFree samples are representative outputs, not live paid results. Catalog visits, samples, challenges, and tool calls are not revenue; only confirmed external settlements count.