westonplatter / fast_arrow

(no longer maintained) A simple yet robust (stock+options) API client for Robinhood
MIT License
127 stars 37 forks source link

Option Order. add get endpoint. #72

Closed westonplatter closed 5 years ago

jmmadsen commented 4 years ago

@westonplatter Hey, I am trying to use this endpoint but not having much success. I fetch my open positions with OptionPosition.all(), then I see the chain_id. When passing the chain_id like OptionOrder.get(client, chain_id), I get a 404 error. Do you know what I am doing wrong?

Also, is there any advantage to using OptionOrder.get() vs OptionPosition.all() in monitoring price movement?

westonplatter commented 4 years ago

@jmmadsen happy to look into it. Could you open an issue with the above text? It's easier for me to communicate there versus on this thread. Thanks!