Documentation · 14 guides · updated Sep 25, 2026

Everything you need to route your first request.

Two hostnames, six username parameters, standard HTTP and SOCKS5. These pages describe the exact behaviour of the gateway, written for the person who will paste the endpoint into a config file.

Try

  • 2protocolsHTTP(S) on 9000, SOCKS5 on 9001, on every network
  • 6parametersCountry, US state, city, ASN, session id and lifetime
  • 24 hmax stickyHold one exit with -sid-, from one minute to a day
  • 57snippetsCopy-ready code across 14 guides and 84 sections

02 — By network

The same gateway rules, four different behaviours.

Rotation, billing, delivery and the details that differ per network, each on its own page. Prices live on the product pages; the docs explain what you get for them.

03 — Your first request

One line in any language.

The proxy URL carries everything: credentials, the gateway and the parameters. The target below simply echoes the IP it sees, so you can verify the exit before pointing the same code at real work.

  • -cc-us asks for a United States household; run it twice, get two addresses
  • Same syntax on mob.hodlproxy.com for the mobile pool
  • Dedicated addresses take no parameters: ip:8000 with their own credentials
  • HTTPS targets tunnel through CONNECT; TLS stays end to end

All code examples

cURL
curl -x http://USER-cc-us:[email protected]:9000 https://api.ipify.org

06 — Questions

Before you open the first page.

Where do I find my credentials?

In the dashboard under Credentials, once the account is funded: one username and one password for the residential and mobile gateways. Dedicated ISP, datacenter and mobile-device orders come with their own ip:port:user:pass lines. The same data is returned by GET /v1/credentials and GET /v1/proxies.

Do I need different credentials per network?

No. The shared gateways res.hodlproxy.com and mob.hodlproxy.com take the same username and password; only the hostname changes. Dedicated addresses each have their own pair, printed in your list, and the IP whitelist covers every endpoint at once.

Is there an SDK to install?

No, and none is needed. HodlProxy proxies are standard HTTP(S) and SOCKS5 proxies, so every language, library, browser and tool that can use a proxy already works. The code examples page covers the clients people use most.

Can I use the same username parameters on mobile?

Yes. -cc-, -asn-, -sid- and -ttl- behave identically on mob.hodlproxy.com; -state- and -city- exist for the residential pool. On the mobile pool -asn- is how you choose a carrier.

How is traffic measured on the pool networks?

Every byte that crosses the gateway in both directions counts: request and response, headers and TLS records included. Connections that fail before reaching the target are not billed. ISP proxies and dedicated mobile devices are unmetered; datacenter orders carry a monthly pool.

What does testing cost?

A top-up of $20, which stays on your balance until you spend it. Buy a few GB on residential, or rent a single ISP address or a mobile device for 24 hours, run the recipe from the quickstart against your real target and scale from there.

Ready when you are

Read the quickstart, then run it for real.

Create your account, top up $20 and send the first request against your own target. What you do not use stays on your balance.