ZERO IP
FeaturesHow it worksDocsFAQ

The Zero-Trust Static IP

Get Started
01
SEBI Framework

Safer retail
API trading

The circular creates a controlled framework so brokers can identify API users, monitor automated orders, and reduce misuse of shared or anonymous infrastructure.

Get StartedSee Framework

Dedicated IPv6

Your bot's traffic always exits through the same static address. Whitelist once, run forever.

Trading Bot
Zero IP Proxy
IP Rotations0

Domain-locked egress

Only approved broker API domains are reachable. Everything else is blocked at the proxy.

Allowed
kite.trade
Blocked
other.host
Unauthorized egress0%

Zero-log tunneling

The proxy sees only the destination hostname for allowlist checks. Nothing is recorded.

14:41:59 UTCproxy
CONNECT api.kite.trade0x7F2...A9B
14:35:12 UTCproxy
Tunnel established0x1B8...4C2
14:32:01 UTCproxy
Bytes not logged0x9E4...1D7
Data Retention: None
CLI & API Integration

Route algo traffic
through one static IP.

SEBI's framework expects better traceability for automated orders. Point any HTTPS-capable client at Zero IP, authenticate with your proxy key, and keep the same IPv6 egress for broker API whitelisting.

Proxy.Console
NODE_ID:snipy-zero-ip-01
ap-south-1a
❯
curl -sS -x $ZERO_IP_PROXYhttps://api.kite.trade/quote?i=NSE:INFY
Proxy Auth: HTTP/2 200 OK
Egress IPv6: 2406:da1a:...:7c1
GET /quote?i=NSE:INFY via CONNECT tunnel...
❯
HTTP/2 200 {"status":"success","symbol":"NSE:INFY"}
Ready
zero body logs · az failover warm
02
Process

How Zero IP
works in 3 steps

Zero IP gives your bot a dedicated IPv6 egress address, broker allowlist checks, and a stable route for API trading.

// Step_01
IP Issued

Connect your bot

Point any HTTPS-capable client at Zero IP with your proxy key.

// Step_02

Get a fixed IP

We issue a dedicated IPv6 address you can whitelist with your broker.

// Step_03
Node_Active
❯ connect --broker kite
> Routed via ap-south-1c
Tunnel Live

Run broker APIs

Keep trading traffic on one stable route for cleaner access and traceability.

03
Broker Allowlist

Broker APIs

5Paisaopenapi.5paisa.comAlice Bluea3.aliceblueonline.comDhanapi.dhan.coFlattradepiconnect.flattrade.inFyersapi-t1.fyers.inGrowwapi.groww.inICICIDirectapi.icicidirect.comIIFL Securitiesapi.iiflcapital.comKotak Securities (Neo)napi.kotaksecurities.comUpstoxapi.upstox.comZerodha Kiteapi.kite.trade
04
Dashboard

Get your static IPv6

Sign in, request a dedicated IPv6 address, and copy your bearer token. Use it as the stable source address for API-based trading where your broker requires static IP controls.

Loading dashboard…
5Paisa•Alice Blue•Dhan•Flattrade•Fyers•Groww•ICICIDirect•IIFL Securities•Kotak Securities (Neo)•Upstox•Zerodha Kite•5Paisa•Alice Blue•Dhan•Flattrade•Fyers•Groww•ICICIDirect•IIFL Securities•Kotak Securities (Neo)•Upstox•Zerodha Kite•
05
Integration

Connect from one stable IP

Zero IP works with any language that supports HTTPS proxies, helping API developers and quant traders avoid broken broker whitelists when networks change.

cURL
1# Route traffic through your dedicated Zero IP
2curl \
3 --proxy https://zeroip.snipy.in:8443 \
4 --proxy-header "Proxy-Authorization: Bearer <PROXY_API_KEY>" \
5 --proxy-header "X-Snipy-Proxy-IPv6: <YOUR_IPV6>" \
6 https://api.kite.trade/instruments
06
FAQs

Frequently
Asked Questions

The short version: manual trading is largely unaffected, while API-based automated trading gets tighter authentication, IP controls, and monitoring.

No. The circular is aimed at API-based algorithmic trading. Manual trading through broker websites and mobile apps is largely unaffected.

API access is expected to be authenticated, attributable to a user, and easier for brokers and exchanges to audit.

SEBI wants API orders to be traceable. A fixed IP helps brokers verify where automated orders originate and makes suspicious activity easier to investigate.

Zero IP gives your account a dedicated IPv6 address that does not change. Your bot can route broker API traffic through it and whitelist one stable address with your broker.

Yes. Your broker API session stays encrypted in transit over HTTPS. Zero IP provides the fixed egress path and allowlist checks.

Yes. Your primary and secondary IPs are free for a limited time and assigned only to your account. Upgrade your plan for more IPs and extended access.

A Rust-based server handles the proxy path, IP assignment, and routing logic for low overhead and maximum performance.

Yes. Zero IP solves the infrastructure part. You still need to follow your broker's API onboarding, authentication, static IP, and algo registration requirements.

SEBI issued the circular on 4 February 2025. Implementation timelines were later extended, with brokers and exchanges moving into operational implementation according to revised schedules.