20 IPs for 60 minutes on the country-mix package. No card required.
Start free trialOne page for the crypto stack: proxies for crypto exchanges and market data, stable routes for bots, network access to services your provider blocks. For traders, analysts, and the infrastructure behind them. Packages from $19/month.
Four jobs cover most of what this page gets bought for, and each one has its own deeper page. The first is exchange market data. Every major venue meters public endpoints per IP — Binance counts request weight per address, OKX caps market-data calls at 20 per 2 seconds, Coinbase holds public endpoints near 10 per second — so the throughput of a collector is set by how many addresses it spreads across, not how fast your code runs. The mechanics, weight arithmetic, and sizing math live on the Binance proxies page; the same logic transfers to the other exchanges with different constants.
The second is trading infrastructure. Proxies for crypto trading bots solve a quieter problem than rate limits: a bot on ccxt or a custom framework wants its API sessions arriving from one consistent address — a fixed IP to whitelist with the exchange, a route that doesn’t change when your office network or cloud provider reshuffles egress. That’s a dedicated or ISP address per bot, and it’s connection infrastructure in the plainest sense: we route packets, and nothing here is a claim about trading results. The third job is reachability — crypto services are among the most aggressively filtered categories on corporate and university networks, and some ISPs block exchange endpoints outright; a proxy restores network access to services you’re entitled to use, which is a different thing from changing what any exchange’s terms or your local rules permit, and we’re careful to promise only the former.
The fourth job points at us rather than through us: if you’d rather keep your proxy infrastructure paid the way the rest of your stack is paid, we accept USDT, USDC, Bitcoin, Ethereum, and Litecoin — details on the crypto payment page. What you won’t find on this page is an airdrop-farming or multi-account pitch: sybil detection works on funding trails and on-chain graphs that no IP can launder, and we’d rather sell you infrastructure for the four jobs above than a false promise on the fifth.
Four infrastructure types — and the use cases each one fits best.
| Our pick for market data Packagesdatacenter IPv4 |
Rotating | ISP | IPv6 | |
|---|---|---|---|---|
| IP source | Datacenter, IPv4 | Datacenterthe same 100,000+ IP pool | Consumer ISP networks | Datacenter |
| IP allocation | Static list | Full pool accessthe exit IP rotates on every request | Static list | Static list |
| List refreshes | Up to 3 per month, free | Not applicable | Up to 3 per month, free | Provider-dependent |
| Pricing model | Per-IP packageunlimited bandwidth | Credit-basedyou pay per request, not per IP | Per-IP packageunlimited bandwidth | Per-IP package |
| Website compatibility | ✓ ~100% | ✓ ~100% | ✓ ~100% | ✕ Limitedmany websites don't support IPv6 |
| Speed | Up to 500 Mbps | Up to 300 Mbps | Up to 500 Mbps | Datacenter-grade |
| Anti-fraud trust | Medium | MediumIP rotation helps | High | Low to medium |
| Price | $from $0.07 per IP/month | $$$from $49.00/month | $$from $0.22 per IP/month | $typically the lowest-cost option |
| Best for | Web scraping and automation at a predictable volume: your own IPs, unlimited bandwidth | API scraping that needs as many different IPs as possible without buying a fixed list | Social media, accounts, long sessions — wherever IP trust matters | Use cases where the target site is guaranteed to support IPv6 |
| Buy now | Rotating proxies | ISP proxies | We don't sell these: too many limitations for general-purpose work |
ccxt, bot frameworks, and data collectors all take a proxy as a plain URL per instance. Every address answers on HTTP, HTTPS, SOCKS4, and SOCKS5 — copy the snippet for your stack or paste it into your AI coding assistant.
# HTTP or HTTPS proxy curl -x http://login:password@IP:port https://example.com # SOCKS5 curl --socks5-hostname IP:port \ --proxy-user login:password \ https://example.com
import requests proxy = "http://login:password@IP:port" # your proxy from the Dashboard r = requests.get( "https://example.com", proxies={"http": proxy, "https": proxy}, ) print(r.status_code)
import { ProxyAgent } from "undici"; const dispatcher = new ProxyAgent("http://login:password@IP:port"); const res = await fetch("https://example.com", { dispatcher }); console.log(res.status);
$ch = curl_init("https://example.com"); curl_setopt($ch, CURLOPT_PROXY, "IP:port"); curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Choose a standard format or create a custom one with any field order and delimiter your software requires.
See the FAQ for the ports used by each protocol.
You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.
Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.
Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.
| IP | Country | Port | Protocol | |
|---|---|---|---|---|
| 212.183.88.215 | AT | 80 | HTTP | |
| 47.243.92.199 | HK | 3128 | HTTP | |
| 212.183.88.153 | AT | 80 | HTTP | |
| 212.183.88.13 | AT | 80 | HTTP | |
| 203.95.199.159 | KH | 8080 | HTTP | |
| 154.92.9.3 | JP | 80 | HTTP | |
| 113.204.79.230 | CN | 9091 | HTTP | |
| 181.214.1.97 | AE | 80 | HTTP | |
| 219.93.101.63 | MY | 80 | HTTP | |
| 185.18.250.64 | CH | 80 | HTTP |
A few service metrics—and feedback from our customers.
I have decided to share my impressions about my work with the service after I have finished subscribing. I would like to point out decent proxy speed and low prices for them. Additionally, I found it very convenient to buy Canada and Canadian proxies, including premium and dedicated options, which provided me with reliable and fast connections suitable for my needs.
The quality is fully consistent with the price. I need proxies for business, I haven't encountered timeouts yet. I have an inexpensive plan which is not the fastest, but it is good enough.
I have bought proxies at other websites before and there were always some lags. The support team did not seem to understand my work. I have never seen anything of the kind on this website. The proxies are working properly and are not disconnected. The admins respond quickly, the subscription works fine.
If you need quality proxies, then you are definitely at the right place. I can personally say that there are no problems with the servers. Prices are adequate, data transfer rate is high. I use proxies around the clock, no failures were observed.
Can't find your answer? Message us in live chat — real humans reply.
All of them do — per-IP metering on public endpoints is the industry's standard defense, only the constants differ. OKX caps market-data endpoints at 20 requests per 2 seconds per address (private trading endpoints are metered per account instead). Coinbase's public endpoints sit near 10 requests per second. Bybit and KuCoin run sliding-window counters of their own, and every one of them answers a breach the same way: 429, then escalating bans for addresses that don't back off. The practical consequence is that a multi-exchange collector sizes its pool against the strictest venue it queries, and keeps per-exchange sub-pools so a ban on one venue never idles addresses that are healthy elsewhere. One nuance worth knowing before you architect around keys: several exchanges meter public data by IP even when you authenticate — rotating API keys on one address buys you nothing there.
We don't sell for that scenario, and here's the technical reason rather than a moral one: it mostly doesn't work. Sybil filters in serious airdrops operate on the layer proxies can't touch — funding trails (fifty wallets topped up from one source address form a tree anyone can query), synchronized transaction timing, identical interaction patterns, and shared off-chain artifacts like device fingerprints and KYC identities. Projects have retroactively disqualified entire wallet clusters using nothing but on-chain graph analysis, IP diversity notwithstanding. An address from us gives each session a separate network origin, which is one signal among many and the cheapest one for a filter to route around. If your plan's success depends on beating sybil detection, the honest advice is that the IP is not where that plan fails or succeeds.
For the public, keyless endpoints — yes, and it's an underused setup. Managed node providers meter by API key, so proxies change nothing there; but the free public RPCs that chains and communities operate (the endpoints dashboards quietly poll for balances, blocks, and events) throttle by IP, usually at a few requests per second. A monitoring service watching contracts across several chains exhausts one address quickly, and spreading calls across a package restores the throughput without upgrading to paid node tiers. The same applies to public block explorers' free API tiers. Two cautions from practice: public RPCs are best-effort infrastructure with no SLA, so treat them as a redundant pool rather than a primary — and if your read volume is business-critical, a paid node provider with per-key limits is the architecture that scales; proxies just stretch the free tier further than one IP allows.
It adds a hop, so the honest baseline answer is: slightly, when the proxy sits off your route. A well-placed address costs single-digit milliseconds; a badly placed one — your server in Frankfurt, proxy in Dallas, exchange in Singapore — costs a hundred. The placement rule is to put the proxy in the same region as the exchange's infrastructure, not near yourself: matched geography means the proxy-to-exchange leg is nearly free, and occasionally the proxied route beats your provider's default peering outright. For what most people on this page run — market-data collection and bot sessions — stability and rate-limit distribution matter far more than a few milliseconds. If you're doing genuinely latency-critical execution, you already know the answer lives in colocation, not in any proxy; for everything below that tier, test round-trip times from a couple of our locations and pick the region that measures best.
A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.
An IP reserved exclusively for you, available from a single IP. Speeds of up to 500 Mbps per proxy.
Learn moreStatic ISP-registered residential IPs for use cases where network origin matters.
Learn morePay per request and access the full 100,000+ IP pool through a single gateway. Built for web scraping and API workloads.
Learn moreSOCKS5 with UDP support — for gaming, streaming, and VoIP.
Learn moreWe can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.