dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

Adding the Poloniex exchange #180

Closed THLO closed 1 year ago

THLO commented 1 year ago

This PR adds support for the Poloniex exchange.

While the trading volume is low, it appears that the exchange even returns a reasonable exchange rate if there was no trade in the queried time interval.

THLO commented 1 year ago

Looks good. Obviously tests need to be fixed. smile

Yes, adding an exchange always breaks the tests... I'll look into it tomorrow.