# 1 GB Residential Proxy Key

> 1 GB Residential Proxy Key is a paid API for AI agents from api.x-402.online, paid per call via x402, $3.5/call, status unknown (last checked 2026-09-15).

Purchase and receive a 30-day residential proxy key (1 GB bandwidth) for routing HTTP/HTTPS traffic through a real residential IP address.

## Facts

- Endpoint: GET https://api.x-402.online/v1/proxy/1gb
- Price: $3.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/1-gb-residential-proxy-key-eef088ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RqgEHNI33Bu8R2XS-OXaj

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 1-gb-residential-proxy-key-eef088ed
```

Example prompt: Can you get me a fresh 1 GB residential proxy key so my scraper can route through a real home IP instead of being blocked for using a datacenter address?

## When to prefer this

Choose this endpoint when your scraper, agent, or HTTP client is being blocked or rate-limited specifically because of datacenter IP detection, and you need a genuine residential IP exit node on a pay-per-use basis without a long-term proxy subscription. Preferable over datacenter proxies when target sites employ residential vs. datacenter IP discrimination.

## Known failure modes

- Payment not completed or insufficient USDC balance — no key issued
- Bandwidth quota (1 GB) exhausted before 30-day expiry — key stops working
- Key expires after 30 days regardless of remaining bandwidth
- Invalid or malformed request format returns an error
- Residential IP pool temporarily unavailable — service may return an error or delay

## How this service works

1 GB RESIDENTIAL PROXY — route your HTTP/HTTPS traffic through a real residential IP, metered per GB. Returns a ready-to-use proxy key (http://buyer:KEY@host). For agents/scrapers that need a residential exit datacenter IPs can't provide. Key valid 30 days.

## Output

Returns a ready-to-use proxy connection string in the format http://buyer:KEY@host, where KEY is a unique access credential valid for 30 days and up to 1 GB of HTTP/HTTPS traffic routed through a genuine residential IP address.

## 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/1-gb-residential-proxy-key-eef088ed/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)
