Skip to content

Version 1.12.0.0

Compare
Choose a tag to compare
@MrNaif2018 MrNaif2018 released this 02 Apr 11:29
· 25 commits to master since this release
a6b3f0a

Breaking: removed rate and list_fiat commands.

This is because the current exchange rates model:

  1. Didn't provide enough customization (tied to coingecko and it's currencies only)
  2. Often unreliable because sometimes depends on implementation in e.g. electrum
  3. Getting rate limited when many daemons are launched

To overcome the problem, we've moved the exchange rates functionality one layer up (like it should have always been), to the Merchants API

This means if you use rate command in your script, you should either use Merchants API directly (maybe your usage of SDK is not required at all), or fetch
exchange rates from your favourite exchange rates provider (more customization)