robinhood-api
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "robinhood-api", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Robinhood API Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,3 +85,3 @@ # Overview | ||
## robinhood.getPortfolio(opts) | ||
undefined | ||
Get the user's portfolio by account ID | ||
### Options | ||
@@ -119,2 +119,6 @@ * account_number - Required: true | ||
* override_dtbp_checks - Required: false (Valid Values: true,false) | ||
## robinhood.cancelOrder(opts) | ||
Cancel an active order | ||
### Options | ||
* order_id - Required: true | ||
## robinhood.getInstruments(opts) | ||
@@ -121,0 +125,0 @@ Get instruments list. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17743
133