Static outbound IP

Need a static IP for an API or database whitelist? Just swap the URL.

Input the URL you're hitting, and we return one to swap in. That's it, no server to set up, no package to install, no environment variables, no extra code, no figuring out what a proxy is.

One hostname swap. No proxy wiring.

Staticiprelay keeps the call site nearly unchanged. Alternatives add setup around the request and new credentials to manage.

Node.js

Original
await fetch('https://api.example.com/v1/api');
staticiprelay
+ await fetch('https://ab12.staticiprelay.com/v1/api');
Alternative 1
.env
+ FIXIE_URL=http://fixie:[email protected]:80
app.mjs
+ import { ProxyAgent } from 'undici';
+ const dispatcher = new ProxyAgent(
process.env.FIXIE_URL,
);
+ await fetch('https://api.example.com/v1/api', {
dispatcher,
});

Python

Original
requests.get('https://api.example.com/v1/api')
staticiprelay
+ requests.get('https://ab12.staticiprelay.com/v1/api')
Alternative 2
.env
+ QUOTAGUARDSTATIC_URL=http://user:[email protected]:9293
app.py
+ import os
+ proxies = {
"http": os.environ["QUOTAGUARDSTATIC_URL"],
"https": os.environ["QUOTAGUARDSTATIC_URL"]
}
+ requests.get(
'https://api.example.com/v1/api',
proxies=proxies
)

Need a traditional proxy instead? HTTP and SOCKS5 proxies are included for advanced use cases.

How it works

Try the interactive demo dashboard to see how we generate the relay URL you swap in.

Node
Relays
New Relay

A static IP that's yours alone

Your traffic leaves from a dedicated static IP, never shared with other users.

Your own static IP

A dedicated static IP that belongs to you alone. No shared IP reputation, no shared rate limits, and no cold starts.

Nothing to install

No SDK, no environment variables, no need to understand how proxies work. If you can change a URL, you're done.

No request caps

Unlimited requests. Transfer is sized per tier, not per request. No surprise overages.

Proxy modes included

Prefer to route everything through a proxy? HTTP and SOCKS5 endpoints come with every relay.

How it compares

Dedicated static IPs with simpler setup and more room to work.

ServiceRequests / moTransfer / moIP ownershipPrice
Static IP RelayUnlimited500-1000 GBdedicated$9-11 / mo
QuotaGuard (starter)20,00010 GBshared$19 / mo
Fixie (cruiser)25,00010 GBunknown$19 / mo
DIY proxy VPSUnlimitedvariesdedicated$4-7+ / mo

Pricing

We meet your latency, geographic, and vendor-specific needs.

Lite

For most uses

$9 / month

Server in New Jersey, US


  • Dedicated static IP
  • Unlimited requests
  • Unlimited relay targets (swaps)
  • HTTP and SOCKS5 proxy
  • 3-day trial for first signup

512 MB RAM / 0.5 TB transfer / mo

Flex

$11 / month

Server in your region of choice


  • Everything in Lite
  • Choose your server region

1 GB RAM / 1 TB transfer / mo

Start 3-day trial