# AProxPay GB Session Pass (1GB / 120 min)

> AProxPay GB Session Pass (1GB / 120 min) is a paid API for AI agents from proxy.aproxpay.com, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-13).

Issues dedicated sub-user CONNECT proxy credentials for a GB-tier session (up to 120 min and 1 GB of traffic) with a sticky residential IP that may rotate after the session limit.

## Facts

- Endpoint: POST https://proxy.aproxpay.com/v1/session/gb
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aproxpay-gb-session-pass-1gb-120-min-1e399655
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eL29hKnObu6Oe3uF4dBfx

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 aproxpay-gb-session-pass-1gb-120-min-1e399655 -d '<json body>'
```

Example prompt: Get me a sticky GB-tier residential proxy session — I need CONNECT credentials with at least 1GB of bandwidth and a US exit IP so my scraper can run for the next two hours without rotating.

## When to prefer this

Choose this endpoint when you need a large-bandwidth (up to 1 GB), long-duration (up to 120 min) sticky residential proxy session with dedicated sub-user credentials — ideal for sustained automated browsing, heavy scraping jobs, or multi-step workflows that cannot tolerate frequent IP rotation. Prefer it over the Entry session (/v1/session/entry, 30 min / 15 MB) or Heavy session (60 min / 200 MB) when your task demands both high data volume and extended session continuity. Use the sibling fetch endpoints instead if you only need single ad-hoc HTTP requests without managing a CONNECT tunnel yourself.

## Known failure modes

- Payment failure (x402): caller has insufficient USDC balance or payment header is malformed
- Invalid region code: provided ISO 3166-1 alpha-2 value is not supported by the network
- Session pool exhausted: no sticky IPs available for the requested exit country at that moment
- Credentials expire mid-task: session hits 120-min or 1 GB cap and IP rotates or credentials become invalid
- Network-level: upstream residential node unavailable, causing CONNECT tunnel failures

## How this service works

GB session pass: dedicated sub-user CONNECT credentials (up to 120 min + 1GB). Sticky IP may rotate after 120 min.

## Output

Returns dedicated CONNECT proxy credentials (host, port, username, password) for a sub-user session valid for up to 120 minutes or 1 GB of traffic, whichever comes first. The IP is sticky for the session duration but may rotate once limits are hit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "Optional ISO 3166-1 alpha-2 exit country"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "host": "gw.aproxpay.com",
  "port": 8443,
  "byteCap": 1073741824,
  "password": "ephemeral-secret",
  "username": "s_exampleSessionId",
  "expiresAt": "2026-07-17T14:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aproxpay-gb-session-pass-1gb-120-min-1e399655/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.aproxpay.com](https://www.zero.xyz/host/proxy.aproxpay.com/llms.txt)
