Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

robinhood-api

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robinhood-api - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "robinhood-api",
"version": "1.1.4",
"version": "1.1.5",
"description": "Robinhood API Wrapper",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -66,3 +66,3 @@ # Overview

## robinhood.automaticACHTransfer(opts)
Perform an ACH transfer to fund this account.
Add a scheduled ACH transfer to fund this account.
### Options

@@ -72,2 +72,5 @@ * ach_relationship - Required: true

* frequency - Required: false (Valid Values: weekly,biweekly,monthly,quarterly)
## robinhood.getAutomaticACHTransfer(opts)
Get scheduled ACH transfers.
### Options
## robinhood.ACHTransfer(opts)

@@ -79,2 +82,5 @@ Perform a one time ACH transfer to or from your bank account.

* direction - Required: true (Valid Values: widthdraw,deposit)
## robinhood.getACHTransfer(opts)
Get list of one time ACH transfers to or from your bank account.
### Options
## robinhood.getUserData(opts)

@@ -81,0 +87,0 @@ Get the user's basic account information.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc