Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

timestamp for GetTicks not working #29

Open
apobekiaris opened this issue Dec 11, 2017 · 6 comments
Open

timestamp for GetTicks not working #29

apobekiaris opened this issue Dec 11, 2017 · 6 comments
Assignees
Labels

Comments

@apobekiaris
Copy link

I tried the url you have in your docs

https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-CVC&tickInterval=thirtyMin&_=1500915289433

1500915289433 stands for 2017-07-24T16:54:49.4330000Z however the result first item is 2017-11-01T09:00:00. Do I miss something?

@saniales saniales self-assigned this Dec 12, 2017
@saniales
Copy link
Contributor

that's because that timestamp is only for certificate purpose, it is not actually used to filter :(

@apobekiaris
Copy link
Author

so how others e.g. tradingview do the filtering?

@saniales
Copy link
Contributor

Manually

@apobekiaris
Copy link
Author

I m not sure I understand your answer, do you mean that tradingview imports historical trades for all symbols manually?

@saniales
Copy link
Contributor

They use timestamp value in each candle and recreate new candles, this is why you have more timeframes than bittrex :)

@apobekiaris
Copy link
Author

thnks for the answers but I am still confused. What I want is to get all trades for a symbol since it is first listed and I can create the candles myself. As I mentioned in the begging of the tread I tried the GetTicks method however I could not find a way to get the trades since day 1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants