Skip to content

Unofficial GraphQL transformation layer for Robinhood Trade's Private REST API

Notifications You must be signed in to change notification settings

bbohen/robinhood-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robinhood-graph

An unofficial WIP GraphQL transformation layer for Robinhood Trade's Private REST API. This is based on unofficial documentation but is not intended to have all the functionality of the REST API. Feel free to open PRs with additions to the graph.

Usage

robinhood-graph requires a node version compatible with async/await (recommend a minimum of 7.10)

  1. npm install
  2. npm run dev
  3. http://localhost:8080/graphiql to utilize graphiql

For use with a proxy like charles or fiddler

# Substitute 8888 for whatever port your proxy runs on
PROXY_PORT=8888 npm run dev

About

Unofficial GraphQL transformation layer for Robinhood Trade's Private REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published