samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

Exchange rates: New setting to pick provider, get directly #327

Closed karliatto closed 4 years ago

karliatto commented 5 years ago

Providers:

More exchanges can be found here:

chill117 commented 5 years ago

Where should this information be shown? The admin area? Or in the display payment address screen?

polto commented 5 years ago

Hi ! I think it should be in the admin area with a possibility to add currencies and price sources.

For example I will connect my CryptoTerminal to https://Bity.com merchant interface and I would like to have an estimate in BTC for a specific CHF amount using https://doc.bity.com/backend/v2.html#estimate-the-input-amount-corresponding-to-an-output-amount

chill117 commented 5 years ago

Exchange rates are currently gathered from coinbase.com (all except XMR) and poloniex.com (XMR only). I propose a new setting in the admin area to allow choosing the source of exchange rates. Some possible providers to look at: bity, poloniex, coinbase, bitfinex, bitstamp.

chill117 commented 4 years ago

Done by #347