Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement crypto.get_open_crypto_positions method #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2021

  1. crypto.get_open_crypto_positions method

    There is currently no way to get only open crypto positions. Stocks have `robinhood.account.get_open_stock_positions()`, options have `robinhod.options.get_open_option_positions()`, however, `robinhood.crypto` only has method `get_crypto_positions()` which returns results without any quantity held.
    mm0 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    bc396c8 View commit details
    Browse the repository at this point in the history