Results 2 issues of dma61

**Describe the bug** Using the python sample: GET/{market}/candles => `from python_bitvavo_api.bitvavo import Bitvavo bitvavo = Bitvavo() response = bitvavo.candles('BTC-EUR', '1m', {}) print (response) for candle in response ['candles']: print('Timestamp', candle[0],...

investigation

I want to populate an excel spreadsheet with data that should be extracted from an endpoint. I need a sample / template how to arrange this in microsoft scrip lab...