polygon.io
Version:
Isomorphic Javascript client for Polygon.io Stocks, Forex, and Crypto APIs
8 lines (7 loc) • 380 B
JavaScript
;
//CF: https://polygon.io/docs/#!/Crypto/get_v1_meta_crypto_exchanges
Object.defineProperty(exports, "__esModule", { value: true });
exports.cryptoExchanges = void 0;
const request_1 = require("../transport/request");
const cryptoExchanges = (apiKey, apiBase) => request_1.get(`/v1/meta/crypto-exchanges`, apiKey, apiBase);
exports.cryptoExchanges = cryptoExchanges;