aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:
https://aurbano.github.io/robinhood-node
MIT License
694 stars 184 forks source link

Retrieve information about a specific order #60

Closed uladkasach closed 6 years ago

uladkasach commented 6 years ago

The current implementation enables us to "Gather Recent Orders" per Sanko's documentation.

It is important to also be able to "Gather Order Information" for a specific order.

For example, given the id of an order retrieve the order information from api.robinhood.com/orders/{order_id}, as documented by Sanko.