UNPKG

polygon.io

Version:

Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs

8 lines (7 loc) 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getForexWebsocket = void 0; // Forex QUOTE: const transport_1 = require("../transport"); const getForexWebsocket = (apiKey, apiBase = "wss://socket.polygon.io") => transport_1.getWsClient(`${apiBase}/forex`, apiKey); exports.getForexWebsocket = getForexWebsocket;