4G/5G mobile proxies from 15+ countries. Pay per request with USDC on Base or Solana. Built for autonomous AI agents.
Pay-per-request proxy services for AI agents
Real 4G/5G mobile proxy with HTTP & SOCKS5. Includes IP rotation token.
Rotate your proxy to a fresh mobile IP instantly. No auth required.
Get current pricing, available networks, and cost calculation.
List countries with available mobile devices and capacity.
Complete service info: pricing, countries, MCP config, all in one call.
Manage your x402 session: check status, list ports, get credentials.
Pay with USDC on your preferred chain
Coinbase's Layer 2
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Mainnet Beta
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
Get a mobile proxy in 3 steps
# 1. Get pricing info
curl https://api.proxies.sx/v1/x402/pricing
# 2. Send USDC payment on Base or Solana to our recipient
# 3. Request proxy with payment signature
curl -X POST https://api.proxies.sx/v1/x402/proxy \
-H "Payment-Signature: YOUR_TX_SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"country": "US",
"duration": 3600,
"traffic": 1,
"tier": "shared"
}'
# Response includes:
# - HTTP/SOCKS5 proxy credentials
# - Rotation URL for IP changes
# - Session token for management
Use with Claude, ChatGPT, or any MCP-compatible client
{
"mcpServers": {
"proxies-sx": {
"command": "npx",
"args": ["-y", "@proxies-sx/mcp-server"],
"env": {
"PROXIES_API_URL": "https://api.proxies.sx/v1",
"AGENT_WALLET_KEY": "0x..."
}
}
}
}