Reliable self-hosted crypto and fiat currency rates service provider.
GET http://localhost:36661/get?coin=ADM
{
"success": true,
"date": 1720472096540,
"result": {
"ADM/USD": 0.02978666,
"ADM/RUB": 2.652919086307
},
"last_updated": 1720472046060,
"version": "4.0.0"
}
- π Self-hosted β Operate your own instance with control over rates sources
- π Reliable β Checks multiple sources for discrepancies and alerts on significant changes
- π Efficient API Calls β Compatible with free API keys to minimize costs
- π¬ Notification Integration β Sends alerts via Slack, Discord, and ADAMANT Messenger
- π Local Rate History β Stores rate history on the server, avoiding additional requests
- π Flexible Configuration β Easily tailor CurrencyInfo to your needs using a configuration file
- π Fast Performance β Provides RESTful API access with minimal hardware requirements
- π» Open-source β Free for any use
CurrencyInfo collects data from several sources to provide the most accurate currency rates. The sources are listed below:
- MOEX β Moscow Exchange for fiat currencies mostly.
- Currency API β Free fiat currency exchange rates API.
- ExchangeRate β Simple and lightweight service for world currencies, precious metals and Bitcoin.
- CoinMarketCap β Crypto coin rates updating every single minute.
- CryptoCompare β Exchange rate API that provides comprehensive crypto coin and fiat list with frequent updates.
- CoinGecko β Broad crypto coin list with data stably refreshed every 1 to 5 minutes.
Please follow the documentation at Github Wiki.
For usage, see CurrencyInfo API documentation.
Licensed under GPL-3.0, created by ADAMANT.