From 2d77fef361e3487958cc3cb13fd453a4f684d723 Mon Sep 17 00:00:00 2001 From: soutone Date: Sat, 10 Jan 2026 13:07:57 +0100 Subject: [PATCH 1/2] Add CoinPulse API Simple REST API for crypto portfolio tracking with real-time prices, P/L calculations, and price alerts. Python SDK available. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 4954fec..f730287 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,8 @@ Cryptocurrency general data `CoinGecko `_ Advertises itself as "The world's most comprehensive cryptocurrency data API." +`CoinPulse `_ Simple REST API for crypto portfolio tracking with real-time prices, P/L calculations, and price alerts. Python SDK available. + `Cryptonator `_ Exchange rates API. `BraveNewCoin `_ Provides exchange-level, standardised raw data via a single websocket API, offering near real-time streaming of price and volume data from over 240 exchanges. From 204e6edda783c325440c598c6179f60789948fbb Mon Sep 17 00:00:00 2001 From: soutone Date: Mon, 12 Jan 2026 17:41:27 +0100 Subject: [PATCH 2/2] chore: update CoinPulse URL to fly.dev domain --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f730287..d9e1388 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Cryptocurrency general data `CoinGecko `_ Advertises itself as "The world's most comprehensive cryptocurrency data API." -`CoinPulse `_ Simple REST API for crypto portfolio tracking with real-time prices, P/L calculations, and price alerts. Python SDK available. +`CoinPulse `_ Simple REST API for crypto portfolio tracking with real-time prices, P/L calculations, and price alerts. Python SDK available. `Cryptonator `_ Exchange rates API.