Kurslog Rate CLI is a lightweight Docker tool that lets you compare crypto exchange rates from 100+ exchangers right from your terminal. One line, and you see the best rates for any currency pair.
docker run --rm kurslog/rate-cli usdt-trc20 monobank-uah, and you instantly see top exchangers with the best rates.Who is it for?
Kurslog Rate CLI is built for developers, DevOps engineers, and crypto enthusiasts who need to quickly check exchange rates without opening a browser. The tool is perfect for:
- Quick rate checks - find the best rate in seconds
- Automation - JSON output for integration into scripts, pipelines, and CI/CD
- Monitoring - track rates in cron jobs or alerts
- Comparison - see rates from all exchangers in one table
Main Commands
Check rates for a direction:
docker run --rm kurslog/rate-cli usdt-trc20 monobank-uah
Shows top 10 exchangers with best rates, trust statuses, and minimum amounts.
With amount calculation:
docker run --rm kurslog/rate-cli usdt-trc20 monobank-uah --amount 1000
Shows how much UAH you get for 1000 USDT from each exchanger.
Popular directions:
docker run --rm kurslog/rate-cli --popular
Search currencies:
docker run --rm kurslog/rate-cli --search paypal
List exchangers:
docker run --rm kurslog/rate-cli --exchangers
JSON for Developers
Add --json to any command for machine-readable output:
docker run --rm kurslog/rate-cli usdt-trc20 monobank-uah --json
Returns structured JSON with rates, limits, reserves, and trust statuses, perfect for integration into your tools.
Supported Currencies
80+ currencies: USDT (TRC20, ERC20, BEP20), BTC, ETH, SOL, TON, USDC, UAH, USD, EUR, cash, Monobank, PrivatBank, Payoneer, PayPal, Wise, Skrill, SEPA, and more.
Multi-language
Supports Ukrainian, Russian, and English:
docker run --rm kurslog/rate-cli usdt-trc20 monobank-uah --lang uk
Useful Links
Kurslog Rate CLI is another way to get the best crypto exchange rates. Earlier we released the MetaMask Snap and Chrome Extension, and now rates are available in the terminal too.




Comments
Your email address will not be published. Required fields are marked *