Query the Ticker APIpair = client.pairs('bitflyer').first ticker = client.ticker(pair) ticker.base ticker.target ticker.last Query the Ticker stream APIpair = client.pairs('bitfinex').first thread = client.ticker_stream( market_pair: pair, onopen: Proc.new { puts 'Opened!' }, on...
On the topic of on-chain DEX data—we’d like to highlight that it is our newest offering and one that has been gaining traction since its launch 2 months ago! Key data sets include crypto liquidity pools, token data by contract address and OHLCV chart data. :star-struck...
Query the Ticker APIpair = client.pairs('bitflyer').first ticker = client.ticker(pair) ticker.base ticker.target ticker.last Query the Ticker stream APIpair = client.pairs('bitfinex').first thread = client.ticker_stream( market_pair: pair, onopen: Proc.new { puts 'Opened!' }, on...
Query the Ticker API pair = client.pairs('bitflyer').first ticker = client.ticker(pair) ticker.base ticker.target ticker.last Query the Ticker stream API pair = client.pairs('bitfinex').first thread = client.ticker_stream( market_pair: pair, onopen: Proc.new { puts 'Opened!' }, on...