Open HymnsForDisco opened 2 years ago
on it
Also I found that the note here https://exchange-docs.crypto.com/spot/index.html#public-get-candlestick
listing t
as the "end time" of the candlestick is not correct. It appears to be the start time.
nice correction, will check this too
https://github.com/goincrypto/cryptocom-exchange/blob/cc65cac9a79b99a801c61c57cff7f976b21abe51/src/cryptocom/exchange/market.py#L77
I'm not personally a user of this library, but I spent a while figuring this out so I thought I'd share in case it is useful.
The
public/get-candlestick
endpoint has an undocumented timestamp parameter calledend_time
which can be used to request historical candlestick data.