New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gemini-exchange-coffee-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-exchange-coffee-api

This is a node.js wrapper for gemini cryptocurrency exchange. Viewable here https://github.com/KevTheRev13/gemini-exchange-coffee-api

  • 2.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-82.76%
Maintainers
1
Weekly downloads
 
Created
Source

Intro

This is a node.js wrapper for the gemini cryptocurrency exchange. Github link here https://github.com/KevTheRev13/gemini-exchange-coffee-api

I used coffeescript (http://coffeescript.org/) as a starting point for learning javascript. Coffeescript is a cleaner and more organized script that compiles into JS.

When you npm install this package, the gemini.coffee source file is hidden. It does "not" run coffee compile upon npm install, so should you choose to get the sourcecode from Github and modify the gemini.coffee source file - you will need to re-compile it into js manually.

Gemini Sandbox

If you would like to connect to the sandbox, change the api url located in gemini.js (or gemini.coffee if you plan to re-run the coffee compile).

Change this line: this.url = "https://api.gemini.com"; to this line: this.url = "https://api.sandbox.gemini.com";

Install

npm install gemini-exchange-coffee-api

Error

If you're getting the error [Error: Nonce is too small.] then your most likely running the same process twice using the same API keys.

  • error was unreproducible for me, kept here from prior fork just in case.

Supported API Calls

orderbook: (symbol, options, cb)
trades: (symbol, cb)
ticker: (symbol, cb)
get_symbols: (cb)
symbols_details: (cb)
wallet_balances: (cb)
new_order: (symbol, amount, price, exchange, side, type, cb)
cancel_order: (order_id, cb)
cancel_all_orders: (cb)
order_status: (order_id, cb)
active_orders: (cb)
account_infos: (cb)

Keywords

FAQs

Package last updated on 02 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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