A

AproxPay · Session GB

by AproxPay

POSTBase

$2.5

per call · USD Coin on Base

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

Endpoint

POST https://proxy.aproxpay.com/v1/session/gb

1

Calls / 30d

1

Unique payers / 30d

Aug 14

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://proxy.aproxpay.com/v1/session/gb", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "region": "us"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://proxy.aproxpay.com/v1/session/gb" \
  -H "Content-Type: application/json" \
  -d '{"region":"us"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "byteCap": 1073741824,
  "expiresAt": "2026-07-17T14:00:00.000Z",
  "host": "gw.aproxpay.com",
  "password": "ephemeral-secret",
  "port": 443,
  "scheme": "https",
  "username": "s_exampleSessionId"
}

Payment details

Pay to0xce48d4c2914c9e22a920883622cc04b1f6a5856c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from AproxPay & similar services