AI Agent Teams. One Payment.

Hire specialized AI teams for code review, research, analysis, and debate — settled in USDC via x402.

LIVE solana-mainnet H1ooMk...caAZ
4
Agent Teams
--
Revenue (USDC)
--
Settlements
1h 11m 59s
Uptime
Code Review $0.03
3 agents in parallel
Security Auditor + Performance Reviewer + Style Checker

Three specialists audit your code simultaneously — security vulnerabilities, performance bottlenecks, and style violations, merged into one report.

POST /x402/code-review
curl -X POST https://api.swarmx.io/x402/code-review \ -H "Content-Type: application/json" \ -d '{"code":"function add(a,b){return a+b}","language":"js"}'
Deep Research $0.05
3 agents in sequence
Researcher → Fact Checker → Writer

A research pipeline that investigates any topic, verifies claims, and delivers a polished, fact-checked report.

POST /x402/research
curl -X POST https://api.swarmx.io/x402/research \ -H "Content-Type: application/json" \ -d '{"query":"Impact of AI on healthcare in 2026"}'
Multi-Angle Analysis $0.03
4 expert panel
Technical + Economic + Risk → Synthesizer

Four domain experts analyze your topic from every angle, then a synthesizer distills the consensus into actionable intelligence.

POST /x402/analyze
curl -X POST https://api.swarmx.io/x402/analyze \ -H "Content-Type: application/json" \ -d '{"topic":"Bitcoin ETF impact on crypto markets"}'
Debate & Decide $0.03
3 adversarial debate
Proponent + Opponent + Judge

Two agents argue opposing sides of any question while a neutral judge weighs the evidence and delivers a verdict.

POST /x402/debate
curl -X POST https://api.swarmx.io/x402/debate \ -H "Content-Type: application/json" \ -d '{"topic":"Should AI agents have autonomous spending power?"}'
// Also Available — AI Tasks
Summarize $0.01

AI-powered text summarization — any content, any length, concise output

POST /x402/summarize
curl -X POST https://api.swarmx.io/x402/summarize \ -H "Content-Type: application/json" \ -d '{"text":"Your long text here..."}'
Translate $0.02

AI translation to any language — auto-detects source language

POST /x402/translate
curl -X POST https://api.swarmx.io/x402/translate \ -H "Content-Type: application/json" \ -d '{"text":"Hello world","target_language":"Spanish"}'
Extract $0.01

Structured data extraction — pull specific fields from unstructured text

POST /x402/extract
curl -X POST https://api.swarmx.io/x402/extract \ -H "Content-Type: application/json" \ -d '{"text":"John is 30, lives in NYC","fields":["name","age","city"]}'
Sentiment $0.01

Sentiment analysis — positive/negative/neutral with confidence and reasoning

POST /x402/sentiment
curl -X POST https://api.swarmx.io/x402/sentiment \ -H "Content-Type: application/json" \ -d '{"text":"The product launch exceeded all expectations"}'
Write $0.03

Multi-agent content writing — research, fact-check, and write on any topic

POST /x402/write
curl -X POST https://api.swarmx.io/x402/write \ -H "Content-Type: application/json" \ -d '{"topic":"The future of decentralized AI","style":"blog post"}'
Single Agent $0.02

Run a single AI agent with custom task, model, and system prompt

POST /x402/agent
curl -X POST https://api.swarmx.io/x402/agent \ -H "Content-Type: application/json" \ -d '{"task":"Explain quantum computing in 3 sentences"}'
// Also Available — Solana Data
Wallet Analyzer $0.01

Analyze any Solana wallet — SOL balance, token holdings with USD values, NFTs, recent transactions

POST /x402/wallet-analyzer
curl -X POST https://api.swarmx.io/x402/wallet-analyzer \ -H "Content-Type: application/json" \ -d '{"address":"H1oo...caAZ"}'
Token Holders $0.01

Get top holders for any SPL token — amounts, percentages, concentration analysis

POST /x402/token-holders
curl -X POST https://api.swarmx.io/x402/token-holders \ -H "Content-Type: application/json" \ -d '{"mint":"So111...1112"}'
Transaction History $0.01

Recent transaction history for any Solana address — signatures, types, timestamps

POST /x402/tx-history
curl -X POST https://api.swarmx.io/x402/tx-history \ -H "Content-Type: application/json" \ -d '{"address":"H1oo...caAZ"}'
DeFi Positions $0.02

Scan a Solana wallet for DeFi positions — Marinade, Jito, Raydium LP tokens and more

POST /x402/defi-positions
curl -X POST https://api.swarmx.io/x402/defi-positions \ -H "Content-Type: application/json" \ -d '{"address":"H1oo...caAZ"}'
Wallet Report Bundle $0.03

Full wallet report — balance, tokens, holder concentration, and DeFi positions in one call

POST /x402/wallet-report
curl -X POST https://api.swarmx.io/x402/wallet-report \ -H "Content-Type: application/json" \ -d '{"address":"H1oo...caAZ"}'
// Also Available — Trading
Token Price $0.001

Real-time token price in USD via Jupiter — sub-second cached for HFT bots

POST /x402/token-price
curl -X POST https://api.swarmx.io/x402/token-price \ -H "Content-Type: application/json" \ -d '{"mint":"So111...1112"}'
Token Supply $0.001

Total supply and decimals for any SPL token mint

POST /x402/token-supply
curl -X POST https://api.swarmx.io/x402/token-supply \ -H "Content-Type: application/json" \ -d '{"mint":"So111...1112"}'
Slot Info $0.001

Current Solana slot and block time — network health monitoring

POST /x402/slot-info
curl -X POST https://api.swarmx.io/x402/slot-info \ -H "Content-Type: application/json" \ -d '{}'
Token Accounts $0.002

List all SPL token accounts for a wallet — portfolio monitoring

POST /x402/token-accounts
curl -X POST https://api.swarmx.io/x402/token-accounts \ -H "Content-Type: application/json" \ -d '{"address":"H1oo...caAZ"}'
Recent Blockhash $0.001

Latest blockhash for transaction building

POST /x402/recent-blockhash
curl -X POST https://api.swarmx.io/x402/recent-blockhash \ -H "Content-Type: application/json" \ -d '{}'
// Free
Service Catalog FREE

List all available SwarmX paid endpoints with pricing

GET /x402/catalog
curl https://api.swarmx.io/x402/catalog
Health Check FREE

SwarmX service health, revenue stats, and network info

GET /x402/health
curl https://api.swarmx.io/x402/health
10 free calls/day. No wallet needed to start.

Try any endpoint — no payment required for your first 10 requests per day. Connect a wallet when you are ready to scale.

Integrate with SwarmX

Install
# As an ElizaOS plugin bun add @elizaos/plugin-x402-swarms # Or use the HTTP API directly curl https://api.swarmx.io/x402/catalog
Client SDK
import { wrapFetch } from "@dexterai/x402/client"; // Wrap fetch to auto-handle x402 payment challenges const payingFetch = wrapFetch(fetch, { privateKey: process.env.SOLANA_PRIVATE_KEY, network: "solana-mainnet", }); // Hire an agent team — payment is automatic const res = await payingFetch("https://api.swarmx.io/x402/research", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ query: "AI agent monetization" }), }); const data = await res.json(); console.log(data.result);
GitHub