From 15f9cdf6b4390678a9fb533500503005def86c2e Mon Sep 17 00:00:00 2001 From: lobsterbar2027-boop Date: Thu, 11 Dec 2025 16:26:43 -0500 Subject: [PATCH] Add crypto-sentiment-api to ecosystem Add Crypto Sentiment API to ecosystem- Real-time social sentiment analysis for trading bots via x402 --- apps/web/src/data/ecosystem/crypto-sentiment-api | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/web/src/data/ecosystem/crypto-sentiment-api diff --git a/apps/web/src/data/ecosystem/crypto-sentiment-api b/apps/web/src/data/ecosystem/crypto-sentiment-api new file mode 100644 index 0000000000..cf994915d2 --- /dev/null +++ b/apps/web/src/data/ecosystem/crypto-sentiment-api @@ -0,0 +1,10 @@ +{ + "name": "Crypto Sentiment API", + "description": "Real-time social sentiment analysis for trading bots via x402", + "category": "DeFi Tools", + "tags": ["x402", "API", "Trading", "Sentiment", "AI Agents"], + "logo": "https://raw.githubusercontent.com/lobsterbar2027-boop/crypto-sentiment-api/main/assets/logo.png", + "website": "https://crypto-sentiment-api-production.up.railway.app", + "twitter": "https://x.com/BreakTheCubicle", + "github": "https://github.com/lobsterbar2027-boop/crypto-sentiment-api" +}