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) 244 B
/** * Returns an object representing the exchanges we support. The keys are the short form codes you will see in our responses and the values are their respective full names. */ export declare type ExchangesResponse = Record<string, string>;