# Mobile 4G/5G Proxy – 1 GB (Orange AS16028)

> Mobile 4G/5G Proxy – 1 GB (Orange AS16028) is a paid API for AI agents from api.x-402.online, paid per call via x402, $7/call, status down (last checked 2026-09-15).

Routes outbound HTTP traffic through a real mobile carrier IP (Orange, AS16028) to bypass IP-based blocking, returning responses from a genuine 4G/5G cellular address.

## Facts

- Endpoint: GET https://api.x-402.online/v1/mobile-proxy/1gb
- Price: $7/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mobile-4g-5g-proxy-1-gb-orange-as16028-9de13810
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DvGuCCIs4Aly2g5UT5Rif

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 mobile-4g-5g-proxy-1-gb-orange-as16028-9de13810
```

Example prompt: Fetch that product page for me using a real mobile carrier IP — I keep getting blocked when I try from a regular server, so route it through the Orange 4G/5G mobile proxy.

## When to prefer this

Choose this endpoint when your target site actively blocks datacenter IPs and residential proxies, since mobile carrier IPs (especially from major carriers like Orange) are the hardest class to block without collateral damage to real users. Prefer it over residential proxies when you need the highest likelihood of bypassing sophisticated bot-detection systems that distinguish residential from mobile traffic. Best suited for single-request or moderate-volume use cases given the 1 GB per-call pricing.

## Known failure modes

- Target URL unreachable or returns error (propagated as-is)
- 1 GB traffic cap exceeded mid-response, connection dropped
- Mobile carrier IP temporarily throttled or rotated by carrier
- Invalid or malformed URL in request returns 400/422
- Payment not confirmed, request rejected with 402

## How this service works

Buy 1 GB of mobile proxy bandwidth on a real 4G/5G carrier IP address (Orange, France and Guadeloupe, AS16028) and receive a proxy key valid for 30 days. Mobile carrier addresses are shared by thousands of subscribers, which makes them the hardest class of IP for a site to block without collateral damage. Carrier and ASN are verified live and returned with the key.

## Output

The proxied HTTP response from the target URL as seen from a real Orange mobile carrier IP (AS16028), including headers and body content. The request consumes from the 1 GB traffic allowance per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mobile-4g-5g-proxy-1-gb-orange-as16028-9de13810/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
