Broker guide

Kotak Neo

Your Servloci allocation is ready. Complete broker whitelisting and verification before using it for live orders.

Last verified2026-07-29
IP familyipv6
API scopeKotak Neo v2 SDK traffic to its published production and session-selected hosts.
Official sourceOpen source

Prerequisites

  • Use the current official Kotak Neo v2 SDK and complete its TOTP/MPIN flow.
  • Let the SDK use the baseUrl returned after MPIN validation.
  • Confirm the assigned IPv6 is registered for the target Trade API application.

Individual-account instructions

  • Configure the official SDK to use the Servloci SOCKS5 transport.
  • Complete TOTP login and MPIN validation so Kotak returns the correct baseUrl.
  • Confirm the returned host is one of the official production hosts allowed by Servloci.
  • Run a non-order account request before placing live orders.

Family instructions

  • Request broker confirmation before sharing one egress allocation across client identities.
  • Keep the returned baseUrl and approval evidence with each identity record.
Family sharing requires the broker’s documented approval. Servloci can prepare the setup or request, but cannot approve it on the broker’s behalf.

Servloci proxy configuration

shell
curl -s --socks5-hostname PROXY_USER:PROXY_PASS@comm.servloci.in:1080 https://api6.ipify.org

Allow the route to proceed only when the observed address matches the allocation shown in the portal.

Common errors

  • Code hard-coded a retired v1 endpoint instead of using the baseUrl returned after validation.
  • A returned hostname was not in the current official SDK production-host list.