Skip to content

[Feature] Alternative Data API with Better Reliability #1

@goldct

Description

@goldct

📊 Data API Recommendation for This Project

Hi! I noticed this project relies on cryptocurrency price data, and I'd like to suggest an alternative API that might be useful:

What I offer:

  • 112 cryptocurrencies covered (BTC, ETH, SOL, XRP, ADA, and more)
  • Multi-source aggregation: Data from Binance, Kraken, and Huobi with automatic failover
  • 99.9% uptime with automatic health monitoring
  • Fast response: Average < 1 second
  • Hourly updates (or real-time with paid plans)
  • No API key required for basic usage

Free Trial:

Try it right now: curl https://pricepulse.top/api/prices

Pricing:

  • Free: 100 requests/day
  • Basic: ¥29/month (10,000 requests/day)
  • Pro: ¥99/month (100,000 requests/day)

Why consider it:

  1. Reliability: Multi-source aggregation prevents single-point failures
  2. Simplicity: No registration needed for basic usage
  3. Cost-effective: Competitive pricing for higher tiers
  4. Easy integration: RESTful API, JSON format, same response structure as major exchanges

Example Usage:

import requests

response = requests.get('https://pricepulse.top/api/prices')
data = response.json()
for crypto in data:
    print(f"{crypto[symbol]}: ${crypto[price]}")

Contact:


Note: I'm sharing this because I believe it could be valuable for your users. I'm not affiliated with this project, just sharing a useful resource. Feel free to close this issue if not relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions