From 770272b9003bfa9e834151a705369d3bc9610eba Mon Sep 17 00:00:00 2001 From: GrimyFishTank <36686278+grimyfishtank@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:24:12 -0400 Subject: [PATCH] Update Readme.md Added free PENDAX SDK to "Broker APIs" section. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 075fac9..fe45743 100644 --- a/Readme.md +++ b/Readme.md @@ -261,6 +261,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a ## Broker APIs - [Ib_insync](https://github.com/erdewit/ib_insync) | `Python` | - Python sync/async framework for Interactive Brokers API +- [PENDAX](https://github.com/CompendiumFi/PENDAX-SDK) | `JavaScript` | - A free Javascript library allowing simplified interaction with trading and data commands on a growing list of cryptocurrency exchanges like FTX, OKX, ByBit, & more. - [ccxt](https://github.com/ccxt/ccxt) | `Python`, `JavaScript` | - A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges - [Coinnect](https://github.com/hugues31/coinnect) | `Rust` | - Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API. - More is coming... (PR welcome)