From b9c2eba12d2005f222738e118804e58ad54cb9c1 Mon Sep 17 00:00:00 2001 From: GrimyFishTank <36686278+grimyfishtank@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:00:55 -0400 Subject: [PATCH] Add PENDAX SDK/API Add PENDAX API to Cryptocurrency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..bd66d4c3 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ API | Description | Auth | HTTPS | CORS | | [Nomics](https://nomics.com/docs/) | Historical and realtime cryptocurrency prices and market data | `apiKey` | Yes | Yes | | [NovaDax](https://doc.novadax.com/en-US/#introduction) | NovaDAX API to access all market data, trading management endpoints | `apiKey` | Yes | Unknown | | [OKEx](https://www.okex.com/docs/) | Cryptocurrency exchange based in Seychelles | `apiKey` | Yes | Unknown | +| [PENDAX](https://github.com/CompendiumFi/PENDAX-SDK) | Javascript SDK for Trading/Data API and Websockets for FTX, FTXUS, OKX, Bybit, & More | No | Yes | Unknown | | [Poloniex](https://docs.poloniex.com) | US based digital asset exchange | `apiKey` | Yes | Unknown | | [Solana JSON RPC](https://docs.solana.com/developing/clients/jsonrpc-api) | Provides various endpoints to interact with the Solana Blockchain | No | Yes | Unknown | | [Technical Analysis](https://technical-analysis-api.com) | Cryptocurrency prices and technical analysis | `apiKey` | Yes | No |