growwapi
Version:
NodeJS SDK for Groww trading APIs
11 lines (10 loc) • 526 B
TypeScript
export declare const BASE_URL: string;
export declare const VERSION: string;
export declare const API_URL: string;
export declare const AUTH_URL: string;
export declare const SOCKET_TOKEN_URL: string;
export declare const INSTRUCTIONS_URL = "https://growwapi-assets.groww.in/instruments/instrument.csv";
export declare const FILECACHE_TTL: number;
export declare const SOCKET_URL = "wss://socket-api.groww.in";
export declare const LIVE_FEED_MAX_RETRY_COUNT: number;
export declare const LIVE_FEED_MAX_RETRY_DURATION: number;