UNPKG

@master-chief/alpaca-ts

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

8 lines (7 loc) 174 B
/** * Which crypto exchange to pull the data from. Alpaca currently supports `ERSX`, `CBSE` */ export declare enum crypto_exchange { ERSX = "ERSX", CBSE = "CBSE" }