Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Implement Crypto Hub ticker #395

Merged
merged 4 commits into from
Apr 3, 2018
Merged

Conversation

Swingcloud
Copy link
Contributor

  • What is the purpose of this Pull Request? as title
  • What is the related issue for this Pull Request? Implement Cryptohub Ticker, Orderbook, Trades  #364
  • I have added Specs
  • (If implementing Market Ticker) I have verified that the volume refers to BASE
  • (If implementing Market Ticker) I have verified that the base and target is assigned correctly

use fetch all tickers to pull out info
and the response like:

"BTC_3DG": {
"baseVolume": 0.39190441,
"high24hr": 0.00000597,
"highestBid": 0.00000582,
"id": 224,
"isFrozen": "0",
"last": 0.00000597,
"low24hr": 0.00000587,
"lowestAsk": 0.00000597,
"percentChange": 0.0170357751,
"quoteVolume": 65661.1971929
}

use quote Volume to match volume

@tmlee tmlee merged commit 2333d66 into coingecko:master Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants