UNPKG

@master-chief/alpaca-ts

Version:

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

5 lines (4 loc) 163 B
/** * A comma separated list of which crypto exchanges to pull the data from. Alpaca currently supports `ERSX`, `CBSE` */ export type crypto_exchanges = string;