Documentation menu

Start here · Quickstart

From an empty account to a request that exits where you chose.

Five steps, no SDK to install, any HTTP client. Ten minutes if you already hold some crypto.

4 min read 2 sections Updated

The five steps#

  1. 01

    Create an account and fund the wallet

    Sign up with an email address, then top up from $20 in any listed coin (BTC, ETH, USDT, USDC, LTC, XMR, SOL, TRX, DOGE). The balance is credited when the transaction confirms on its network, usually within minutes, and it never expires.

  2. 02

    Copy your gateway credentials

    The dashboard shows one username and one password for the shared gateways (residential and mobile). Dedicated ISP, datacenter and mobile-device orders come with their own ip:port:user:pass lines instead.

  3. 03

    Pick the endpoint for the job

    Shared networks are one hostname each; you choose the location from the username, not from the hostname. Dedicated products are their own ip:port.

    NetworkEndpointHTTP(S)SOCKS5
    Residentialres.hodlproxy.com90009001
    Mobile, rotatingmob.hodlproxy.com90009001
    ISP, datacenter, mobile devicethe IP from your list80008001
  4. 04

    Send the first request

    The example asks an IP-echo service what address it sees. -cc-us in the username asks for a United States exit; run it twice and you get two different households.

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

    Target more precisely and hold an IP

    Everything is a -key-value pair appended to the username: -city-berlin inside -cc-de for one city, -sid-a1b2c3 to keep the same IP across requests, -ttl-30m to say for how long. The Targeting & sessions page lists every parameter.

    cURL
    # One Berlin household, held for 30 minutes across requests
    curl -x http://USER-cc-de-city-berlin-sid-a1b2c3-ttl-30m:[email protected]:9000 \
         https://api.ipify.org

Where to go next#

Ready when you are

Paste the endpoint, watch the exit change.

Create your account, top up $20 and run the quickstart against your real target. What you do not use stays on your balance.