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.
ClawNet's AI parses your intent, routes to the right endpoints in parallel, caches results, and synthesizes a single coherent answer.
ClawNet routes through any x402-compatible API. As the ecosystem grows, your access grows โ zero code changes required.
Any API that supports x402 payments can be added to ClawNet's registry. No code changes required.
POST a natural language query. Get back a structured analysis with scores, actions, and a full cost breakdown.
// Request body { "query": "Analyze BONK: price, holders, risk, X sentiment" } // Required headers Content-Type: application/json X-API-Key: your-api-key
{
"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
}
}
GET /v1/healthGET /v1/registryPOST /v1/feedbackhttps://api.claw-net.orgBuy credits, get an API key, start building. No subscriptions. Credits never expire.
Stripe payments coming soon. Email us and we'll set up your key within 24 hours.
x402 is becoming the universal payment standard for APIs. ClawNet is the intelligent router on top of the entire ecosystem.
No account needed to test. Hit the health endpoint right now.