Anyway SuperAPI is a pay-per-call API gateway that gives you access to 60+ endpoints through a single interface using the x402 payment protocol. Pay with USDC on Base — no API keys, no subscriptions.Documentation Index
Fetch the complete documentation index at: https://docs.anyway.sh/llms.txt
Use this file to discover all available pages before exploring further.
Browse the SuperAPI
Explore available APIs, check health status, and get code examples.

Quick Start
1. Discover available APIs
Step A — Find the service. Browse all available APIs:id (use this in URLs, not name), info_url, and endpoints[].url (full callable URL).
Common service IDs: stableenrich (search), twit-sh (Twitter/X), coinmarketcap (crypto), robtex (DNS), tx402 (LLM).
Step B — Get endpoint details. Fetch the info page for the service you want:
notes (gotchas), and a copy-paste ready curl_x402 command per endpoint. The info response also includes a complete example_code (Python) that you can run directly.
2. Make a paid API call
You need a wallet to pay for API calls. If you don’t have one yet, create an Agent Wallet first.Start from the code examples in this document, then modify. Copy the code below as your starting point and change the URL/parameters — don’t construct requests from scratch or guess parameter names yourself.
- By Anyway Wallet
- By private key
If your agent uses an Agent Wallet (P-256 key):
Key points — copy the code above exactly:
- Field name is
primary_type(snake_case) typesincludes bothEIP712DomainandTransferWithAuthorization- Privy auth sig URL path is
/rpc - Privy auth sig payload must be JCS-canonicalized (sorted keys) before signing
stableenrich), pass params in a JSON body instead and add method: "POST" to the fetch call. Always check /v1/api/info/{service_id} for the correct method per endpoint.
Available APIs
Pay-per-call with USDC on Base:| Category | Services | From |
|---|---|---|
| AI | tx402 (LLM chat), MiniMax (chat/TTS/video/image/music), Z-AI (chat/image/video), PQS prompt scoring, DellBot, OBAgents | $0.001 |
| Search | StableEnrich (8-in-1: Exa, Serper, Firecrawl, Apollo, etc.), Scout HN/NPM, Content Intel, UtilsForAgents | $0.005 |
| Crypto | CoinMarketCap, Nansen, DefiLlama, Zapper, PrintMoneyLab (KR prices/kimchi premium), multi-chain gas | $0.001 |
| Social | twit.sh (Twitter/X) | $0.01 |
| Prediction | Polymarket, Manifold, BlockRun | $0.001 |
| Finance | Frankfurter FX, Currency-api, VATComply, GlobalEcon | $0.001 |
| Network | Robtex DNS, WHOIS | $0.001 |
| Browser | Agent Camo proxy, Screenshot | $0.002 |
| Other | StableTravel (flights/airports), ReloadPi (eSIMs/vouchers/topups), Toulaw (legal search), Boundary Guard (injection detection), StableUpload, Wurk (crowdsource) | $0.001 |
Run
curl https://marketplace-prod.anyway.sh/v1/api/directory/llm for a compact listing with info_url per service, or curl https://marketplace-prod.anyway.sh/v1/api/directory for the full list with health status.How It Works
Receive payment challenge
SuperAPI returns HTTP 402 with a
PAYMENT-REQUIRED header containing the price and payment details. The response also includes an X-Api-Info-Url header pointing to the endpoint’s documentation.Sign and pay
Sign an EIP-3009
transferWithAuthorization — either directly with your wallet key, or via the Anyway Wallet signing service.