alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 42 forks source link

[Question]: Pagination #79

Closed dimitri-deychak closed 2 years ago

dimitri-deychak commented 2 years ago

Can you add documentation on how to continue resolving requests that contain a next_page_token?

117 commented 2 years ago

Yeah when I have free time this week.

dimitri-deychak commented 2 years ago

Thanks. I was able to infer it from Alpaca docs, but still could be useful for others.

117 commented 2 years ago

I added pagination examples to the 3 historical methods, thank you for the PR and happy trading! :)