aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:

Home Page:https://aurbano.github.io/robinhood-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrieve information about a specific order

uladkasach opened this issue · comments

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.