/robinhood-graph

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

Primary LanguageJavaScript

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