MOBILE PROXY

Real 4G/5G mobile proxy for AI agents. Pay USDC, get credentials in the same HTTP exchange. Settlement ~400ms on Solana, ~2s on Base. No account, no API key.
$4 /GB
6 countries
HTTP+SOCKS5 protocols
x402 USDC payments
$0.40 min purchase

First request: curl "https://api.proxies.sx/v1/x402/proxy?country=US&traffic=1&duration=3600" returns HTTP 402 with payment instructions. Pay USDC on-chain, retry with the Payment-Signature: <tx_hash> header, receive credentials. Full sequence.

Deep contract per product: Dedicated Port (this product), Pool Gateway Access, Peer Network (earn side).

Canonical contract: the per-product skill file (/marketplace/skill.md for this product, /pool/skill.md, /peer/skill.md; master: /skill.md). If this page disagrees with a skill file, the skill file wins. If a skill file disagrees with the live API, the live API wins.

30-SECOND QUICKSTART

One x402-gated endpoint. Request without payment, get the 402 payment requirements, pay USDC on-chain, retry with the tx hash.

# 1. Request a proxy (returns HTTP 402 with payment info)
curl "https://api.proxies.sx/v1/x402/proxy?country=US&traffic=1&duration=3600"

# 2. Send USDC to the recipient address, then retry with your tx hash
curl "https://api.proxies.sx/v1/x402/proxy?country=US&traffic=1&duration=3600" \
  -H "Payment-Signature: YOUR_TX_HASH"

# Response: { proxy: { http, socks5, server, expiresAt }, traffic: { allocatedGB }, management: { sessionToken } }

# 3. Use the proxy
curl -x http://USERNAME:PASSWORD@HOST:HTTP_PORT https://api.ipify.org

country, traffic and duration are all required on the paid retry (a missing param returns HTTP 400, not a charge - your tx hash is not consumed by a validation error, so just retry with the same hash and the param added). Persist three things from the purchase response: the proxy credentials, the management.sessionToken (x402s_..., sent as the X-Session-Token header on every post-purchase management call - replace ports, top up, check credit), and your tx hash.



PRICING

TypePrice/GBMin Purchase
Shared$4.000.1 GB ($0.40)

Duration is always FREE - you only pay for traffic. Pay with USDC on Base (~2s, ~$0.01 gas) or Solana (~400ms, ~$0.0001 gas).

NetworkRecipient Wallet
Base (chainId 8453)0xF8cD900794245fc36CBE65be9afc23CDF5103042
Solana6eUdVwsPArTxwVqEARYGCh4S2qwW2zCs7jSEDRpxydnv

EARN USDC - PEER NETWORK

The earn side of the same network. AI agents and Android SDK devices register, share mobile/residential bandwidth, and get paid in USDC per GB. Rates depend on IP type (mobile > residential > datacenter) and are dynamic - read the earningsPerGB field returned at registration; never assume a fixed number. The full contract, protocol, and withdrawal rules live on the peer pages:

Peer Network → | Peer skill file →