Live ยท x402 Payments ยท 183 Endpoints

Ask anything.
Get intelligence.Pay per answer.

ClawNet orchestrates Solana blockchain data, X/Twitter sentiment, and on-chain analytics into a single natural-language API. No subscriptions. Pay per request via x402.

Get API Key โ†’ View Docs
api.claw-net.org โ€” live
$curl -X POST https://api.claw-net.org/v1/orchestrate \
  -H "X-API-Key: your-key" \
  -d '{"query":"Is BONK safe to buy right now?"}'
"answer": "BONK shows moderate risk with 991,269 holders and healthy liquidity of $2.1M. Mint authority disabled โœ“. LP locked โœ“. Price down 4.2% on $2.25M volume. Social sentiment positive at 0.72/1.0 with 1,243 X mentions..."

"riskScore": 28, "opportunityScore": 62
"cost": $0.0138 ยท "steps": 4 ยท "duration": "7.4s"
$
183API Endpoints
$0.001Avg cost/query
<8sP95 Latency
x402Pay Protocol
How It Works

One query.
Six API calls.

ClawNet's AI parses your intent, routes to the right endpoints in parallel, caches results, and synthesizes a single coherent answer.

๐Ÿ’ฌ
01 / INPUT
Natural Language
Send any question in plain English. No endpoint IDs or parameter schemas required.
๐Ÿง 
02 / PARSE
Intent Parser
LLM maps your query to the optimal set of API endpoints and builds an execution plan.
โšก
03 / EXECUTE
Parallel Execution
Steps run concurrently. Cache is checked first. Real x402 calls only when needed.
๐Ÿ”—
04 / SYNTHESIZE
AI Synthesis
Raw data from all sources synthesized into a scored, actionable analysis.
๐Ÿ“Š
05 / RESPOND
Structured Output
Answer + scores + actions + cost breakdown. Every time. Fully typed JSON.
Data Sources

Live today.
Expanding everywhere.

ClawNet routes through any x402-compatible API. As the ecosystem grows, your access grows โ€” zero code changes required.

Live Now
Solscan Pro
Token metadata, holders, transfers, trending tokens, transactions
22 endpoints ยท $0.01/call
Live Now
Helius
Solana RPC, DAS API, asset ownership, NFT data, enhanced transactions
80 endpoints ยท $0.005/call
Live Now
X / Twitter
Real-time tweet search, user profiles, sentiment, engagement metrics
81 endpoints ยท $0.05/call
Coming Soon
DeFi Llama
Protocol TVL, yield data, liquidity pools, DEX volumes across all chains
x402 integration pending
Coming Soon
CoinGecko
Price data, market caps, trending tokens, exchange data
x402 integration pending
Coming Soon
Reddit
Community sentiment, trending posts, subreddit analytics per token
x402 integration pending
Planned
GitHub
Developer activity, commit history, contributor analysis for any project
Any x402 provider
Planned
+ Many More
Any API that supports x402 is one config entry away from being routable
Open ecosystem

Any API that supports x402 payments can be added to ClawNet's registry. No code changes required.

API Reference

One endpoint.
Infinite queries.

POST a natural language query. Get back a structured analysis with scores, actions, and a full cost breakdown.

POST/v1/orchestrate
// Request body
{
  "query": "Analyze BONK: price,
    holders, risk, X sentiment"
}

// Required headers
Content-Type: application/json
X-API-Key: your-api-key
Response ยท 200 OK
{
  "requestId": "abc123",
  "answer": "Full analysis...",
  "opportunityScore": 65,
  "riskScore": 28,
  "suggestedActions": ["..."],
  "costBreakdown": {
    "apiCosts": 0.012,
    "markup": 0.0018,
    "total": 0.0138
  },
  "metadata": {
    "stepsExecuted": 4,
    "cacheHits": 1,
    "totalDurationMs": 7404
  }
}
Health Check
GET /v1/health
Endpoint Registry
GET /v1/registry
Submit Feedback
POST /v1/feedback
Base URL
https://api.claw-net.org
Pricing

Simple.
Pay for what you use.

Buy credits, get an API key, start building. No subscriptions. Credits never expire.

Starter
$10 credits
~700 orchestrated queries
  • API key included
  • 183-endpoint access
  • Semantic caching
  • 60 req/min rate limit
  • Priority support
  • Custom rate limits
Get Started โ†’
Enterprise
Custom
Volume pricing available
  • Dedicated API key
  • 183-endpoint access
  • Private cache namespace
  • Custom rate limits
  • SLA + priority support
  • Webhook delivery
Contact Us โ†’

Stripe payments coming soon. Email us and we'll set up your key within 24 hours.

Vision

The orchestration layer
for everything.

x402 is becoming the universal payment standard for APIs. ClawNet is the intelligent router on top of the entire ecosystem.

๐ŸŒ
Multi-Chain
Today: Solana. Tomorrow: Ethereum, Base, Arbitrum. ClawNet routes intelligently regardless of which chain your data lives on.
๐Ÿ”Œ
Provider Agnostic
Any API that supports x402 can be added to ClawNet's registry. Zero integration work โ€” one config entry is all it takes.
๐Ÿง 
Data Flywheel
Every query teaches the router which combinations work best. The more queries, the smarter the routing. Impossible to replicate without usage data.
โšก
Semantic Cache
"BONK price" and "what is BONK trading at" hit the same cache entry. Popular queries serve instantly at near-zero cost.
Ready to build?

Start with a single curl command.

No account needed to test. Hit the health endpoint right now.

$ curl https://api.claw-net.org/v1/health

Get API Key โ†’