Get only last price of all tickers
tiarenla opened this issue · 2 comments
tiarenla commented
Hi, is there a way to retrieve only the last price of all tickers? (and not the entire JSON output of https://api.wazirx.com/api/v2/tickers )
Thank You
- Tia
PyAgni commented
I don't think they have an API like that. It's something that probably we have to do on our own using the JSON provided.
Although they do have an API, which returns JSON output for particular crypto only.
PS: I'm not associated with WazirX, was just exploring the APIs for a side-project.
tiarenla commented
Thanks Agni. Will explore more with the API u mentioned. Hoping to see more options in the coming future.