Discover and explore top open-source AI tools and projects—updated daily.
kennethreitzHuman-friendly crypto API for real-time data and AI integration
Top 99.6% on SourcePulse
A free, human-friendly API service for comprehensive cryptocurrency information, Coinbin.org supports all digital assets. It provides data like market cap, volume, price history, and exchange rates, targeting developers, researchers, and AI agents seeking simplified programmatic access to financial data for integration into applications and workflows.
How It Works
The service aggregates live price data primarily from CoinGecko, supporting keyless access but recommending API keys for reliability. It computes exchange rates against various currencies and offers flexible querying with JSON, plain text, and CSV responses. Key features include embeddable SVG price badges and machine-readable API specifications (/openapi.json) for LLM/agent integration, complemented by an optional MCP server for agent use.
Quick Start & Requirements
Dependencies are managed via uv. Installation involves uv sync followed by uv run gunicorn server:app -k gthread --threads 4. Docker support is available via a Dockerfile. Optional features like price history and forecasts require a PostgreSQL database and running the ingest.py script. Forecasts necessitate additional dependencies (build-essential, cmdstanpy) and configuration. No explicit quick-start or demo links are provided.
Highlighted Details
?vs=<currency>)./openapi.json) and LLM guide (/llms.txt) for AI/agent integration.mcp_server.py) enables keyless agent tool usage./history and /forecast endpoints require a separate data ingestion pipeline.Maintenance & Community
Authored by Kenneth Reitz. Specific community channels, active contributors, sponsorships, or roadmap details are not present in the provided README text.
Licensing & Compatibility
The provided README text does not specify a software license, requiring clarification for commercial use or closed-source linking compatibility.
Limitations & Caveats
Keyless CoinGecko API access is subject to rate limiting and potential blocking. Advanced features for price history and forecasts are opt-in, demanding significant setup including PostgreSQL, data ingestion scripts, and potentially complex C++ toolchain installations for forecast models. The absence of a stated license is a notable adoption caveat.
3 weeks ago
Inactive