$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/gb1
Calls / 30d
1
Unique payers / 30d
Aug 14
Last called
exact
Payment scheme
Call this service
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 -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
0xce48d4c2914c9e22a920883622cc04b1f6a5856cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from AproxPay & similar services
AproxPay · Proxy
proxy.aproxpay.com
Residential proxy fetch (up to 2MB). Returns HTTP 200 with the target body; read X-Target-Status for the origin status. Billed for the forwarded request, not for a 2xx origin response. For larger responses use /v1/proxy/large; at >17 requests a session pass is cheaper.
AproxPay · Session
proxy.aproxpay.com
Entry session pass: ephemeral CONNECT credentials (30 min + 15MB). Upsell: /v1/session/heavy or /v1/session/gb.
AproxPay · Session Heavy
proxy.aproxpay.com
Heavy session pass: ephemeral CONNECT credentials (60 min + 200MB). For sustained volume use /v1/session/gb.