$0.003
per call · USD Coin on Base
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.
Endpoint
POST https://proxy.aproxpay.com/v1/proxy9
Calls / 30d
3
Unique payers / 30d
Sep 10
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/proxy", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"region": "us",
"sticky": true,
"sticky_duration": 30,
"url": "https://example.com"
}),
});
const data = await res.json();curl -X POST \
"https://proxy.aproxpay.com/v1/proxy" \
-H "Content-Type: application/json" \
-d '{"region":"us","sticky":true,"sticky_duration":30,"url":"https://example.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"note": "Target body bytes; read X-Target-Status for origin status"
}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 · 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.
AproxPay · Session GB
proxy.aproxpay.com
GB session pass: dedicated sub-user CONNECT credentials (up to 120 min + 1GB). Sticky IP may rotate after 120 min.