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

365.stream Integration #1307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

estherleongym
Copy link
Contributor

  • Add Pairs, Tickers, OrderBook, Trades, Trade URL, and update README for 365.stream
  • Closes: Implement 365.stream exchange #1235
  • 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
  • I have implemented the trade_page_url method that links to the exchange page with the base and target passed in. If not available, enter the root domain of the exchange website.
  • I have verified at least ONE ticker volume matches volume shown on the trading page (use script below)
client = Cryptoexchange::Client.new
pairs = client.pairs 'exchange_name'
tickers = pairs.map do |p| client.ticker p end
sorted_tickers = tickers.sort_by do |t| t.volume end.reverse

@wongy91
Copy link
Contributor

wongy91 commented Jan 22, 2019

BTC/TUSD price is unusual (12211 vs avg market price 3600) at time of writing, pending more checks

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