# Proxies.sx Real 4G/5G Mobile Proxy Network

> Proxies.sx Real 4G/5G Mobile Proxy Network is a paid API for AI agents from api.proxies.sx, paid per call via x402, $0.375001/call, status unknown (last checked 2026-09-14).

Provisions a real 4G/5G mobile proxy with HTTP/SOCKS5 support, IP rotation, and OS fingerprint spoofing across 5 countries for a specified duration and traffic allocation

## Facts

- Endpoint: GET https://api.proxies.sx/v1/x402/proxy
- Price: $0.375001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxies-sx-real-4g-5g-mobile-proxy-network-025f3598
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ktv1Q9viWDKIwXE-aZu6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability proxies-sx-real-4g-5g-mobile-proxy-network-025f3598
```

Example prompt: Get me a shared-tier 4G mobile proxy in the US for 1 hour with 0.5GB of traffic — I need both the HTTP and SOCKS5 credentials with IP rotation enabled.

## When to prefer this

Choose this endpoint when you need a real mobile (4G/5G) IP address — not a datacenter proxy — with genuine carrier fingerprinting and OS spoofing. Ideal for tasks requiring mobile user-agent authenticity, bypassing mobile-specific geo-restrictions, or avoiding datacenter IP blocks. Prefer over datacenter proxies when the target site detects and blocks non-mobile traffic.

## Known failure modes

- Invalid or unsupported country code returns error
- Traffic below 0.1GB minimum rejected
- Duration outside 3600–2592000 seconds range rejected
- Payment of $0.375001 USDC not processed causes 402 error
- Requested carrier or city not available in chosen country
- Private tier unavailable due to no free dedicated devices

## How this service works

Real 4G/5G Mobile Proxy - 5 countries available (DE, PL, US, FR, GB). Flexible duration (1 hour to 30 days) and traffic (0.1GB+). Current request: shared tier, 1 hour, 0.1GB = $0.38 USDC. Features: IP rotation, HTTP/SOCKS5, OS fingerprint spoofing.

## Output

Returns proxy connection credentials including hostname, HTTP port, SOCKS5 port, username, password, a session token for managing the proxy (e.g. rotating the IP), the country, expiration timestamp, and traffic allocation in GB.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country",
  "traffic",
  "duration"
 ],
 "properties": {
  "city": {
   "type": "string",
   "description": "City code (optional) - Filter by specific city"
  },
  "tier": {
   "enum": [
    "shared",
    "private"
   ],
   "type": "string",
   "description": "Proxy tier: shared ($18/mo, $3.5/GB) or private ($40/mo, $3.7/GB exclusive device)"
  },
  "carrier": {
   "type": "string",
   "description": "Mobile carrier code (optional) - Filter by carrier"
  },
  "country": {
   "enum": [
    "DE",
    "PL",
    "US",
    "FR",
    "GB"
   ],
   "type": "string",
   "description": "Country code (ISO 3166-1 alpha-2) - 5 countries available"
  },
  "traffic": {
   "type": "number",
   "description": "Traffic allocation in GB (minimum 0.1)"
  },
  "duration": {
   "type": "number",
   "description": "Duration in seconds: 3600 (1 hour) to 2592000 (30 days)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "proxy": {
   "type": "object",
   "properties": {
    "host": {
     "type": "string",
     "description": "Proxy server hostname"
    },
    "httpPort": {
     "type": "number",
     "description": "HTTP proxy port"
    },
    "password": {
     "type": "string",
     "description": "Proxy authentication password"
    },
    "username": {
     "type": "string",
     "description": "Proxy authentication username"
    },
    "socksPort": {
     "type": "number",
     "description": "SOCKS5 proxy port"
    }
   },
   "description": "Proxy connection credentials"
  },
  "country": {
   "type": "string",
   "description": "Country of the proxy"
  },
  "expiresAt": {
   "type": "string",
   "description": "ISO timestamp when proxy expires"
  },
  "trafficGB": {
   "type": "number",
   "description": "Traffic allocation in GB"
  },
  "sessionToken": {
   "type": "string",
   "description": "Session token for managing the proxy (rotate IP, check status)"
  }
 },
 "description": "Proxy connection details returned after successful payment"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxies-sx-real-4g-5g-mobile-proxy-network-025f3598/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.proxies.sx](https://www.zero.xyz/host/api.proxies.sx/llms.txt)
