npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-ccxt-v3

v0.2.17

Published

A Node-RED node to communicate with crypto exchanges using CCXT library supporting both CCXT Unified and Exchange-specific API calls.

Downloads

375

Readme

node-red-contrib-ccxt-v3

A Node-RED node to communicate with various crypto exchanges using CCXT library. The node now supports all Unified and Exchange-specific APIs.

Note this package is almost a rewrite and is not to be used with the original node. The node will possibly have its own namespace and new upgrade. This node has much more added features and changes from the original fork, so this is refactored to v2 only to keep using the name for the time being!

This is now in Beta testing with really cool new features as below :) Please create an issue for any question or suggestion.

New Features

  • Automatic load of all unified and custom (exchange-specific) APIs.
  • Supports a call to multiple exchanges at one time and for multiple markets !
  • Now only the supported APIs by the exchange will be listed. TODO: configuration for overrides.
  • Automatic detection of private and public APIs based on exchange capabilities. Private APIs only require API Key and Secret. TODO : support overrides.
  • Links for the selected exchange API docs.
  • Automatic detection of required and optional parameters for the selected Exchange.
  • Dynamic flow input parameters.
  • Cool searable drop-down lists based on select2 for easily finding the exchange or required API.
  • much more to come ...

Description

This node package supports all APIs which are provided by latest version of CCXT. The node acts as a relay proxy to the CCXT package which exectues all unified and custom calls. Please check CCXT website for all supported exchanges. As of the latest release, there are (133 Exchanges) Crypto Exchanges supported from CCXT node-RED package.

For the latest updates see the CHANGELOG.md

Installation Instructions

npm install node-red-contrib-ccxt-v3 --save

CCXT node-RED Configuration

Some examples

  • Retrieve a list of all markets from all exchanges !

  • List my Balances from Binance and Poloneix.

  • fetch OHLCV for multiple markets from Bittrex exchange.

In the Example folder of the node you have the flow of these two cases. Of course for the private one you must register in the Exchange and create the API keys.

To Do

  • [ ] have node.status for different stages
  • [ ] Testing of all dynamic configuration based on msg or flow
  • [ ] Testing of trade APIs
  • [ ] update ReadMe and docs
  • [ ] include one additional language
  • [ ] fix slight typedInput drawing issue - box radius doesnot align evenly
  • [ ] package select2 and test whole package
  • [ ] better error handling for jquery get calls.
  • [ ] review all error handling
  • [ ] adding Currencies typedInput list
  • [x] support using msg & flow properties for amount & price
  • [ ] supporting dynamic Exchange name using context
  • [ ] support an option to retrieve all exchanges as an list.
  • [ ] change static exchanges to latest exchanges from ccxt
  • [ ] dynamic show of CCXT version used in tooltip or help
  • [ ] Additional feature requests

Thanks

A lot of effort and time have gone into this project. If you are using the node or if you like it , please hit the Star button and consider to leave a comment!

Donations donations are welcomed to keep the development on this node going. Thank YOU