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

fix: Gate.io updated API Response #250

Closed dfinity-ryancroote closed 9 months ago

dfinity-ryancroote commented 9 months ago

Gate.io recently updated the candlesticks endpoint with a new field. This caused the XRC to be unable to deserialize responses to extract rates. This PR fixes the issue by updating the GateIoResponse to be able to handle the new field.