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) 194 B
/** * Pagination token to continue from. The value to pass here is returned in specific requests when more data is available than the request limit allows. */ export type page_token = string;