coingecko_ruby 0.1.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +31 -0
  3. data/.gitignore +11 -0
  4. data/.travis.yml +6 -0
  5. data/CHANGELOG.md +66 -0
  6. data/Gemfile +16 -0
  7. data/Gemfile.lock +37 -0
  8. data/README.md +7 -5
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/coingecko_ruby.gemspec +5 -5
  12. data/fixtures/vcr_cassettes/test_that_it_gets_a_coins_complete_current_data.yml +74 -0
  13. data/fixtures/vcr_cassettes/test_that_it_gets_a_coins_tickers.yml +99 -0
  14. data/fixtures/vcr_cassettes/test_that_it_gets_a_derivative_exchange.yml +71 -0
  15. data/fixtures/vcr_cassettes/test_that_it_gets_a_specific_exchange_ticker_from_an_exchange.yml +145 -0
  16. data/fixtures/vcr_cassettes/test_that_it_gets_btc_to_eth_exchange_rate.yml +120 -0
  17. data/fixtures/vcr_cassettes/test_that_it_gets_btc_to_usd_exchange_rate.yml +122 -0
  18. data/fixtures/vcr_cassettes/test_that_it_gets_complete_data_for_an_exchange.yml +72 -0
  19. data/fixtures/vcr_cassettes/test_that_it_gets_daily_historical_prices_for_one_coin.yml +120 -0
  20. data/fixtures/vcr_cassettes/test_that_it_gets_derivative_exchanges.yml +79 -0
  21. data/fixtures/vcr_cassettes/test_that_it_gets_derivatives.yml +1732 -0
  22. data/fixtures/vcr_cassettes/test_that_it_gets_derivatives_exchanges_ids_and_names.yml +95 -0
  23. data/fixtures/vcr_cassettes/test_that_it_gets_event_countries.yml +76 -0
  24. data/fixtures/vcr_cassettes/test_that_it_gets_event_types.yml +71 -0
  25. data/fixtures/vcr_cassettes/test_that_it_gets_exchange_ids_supported_by_coingecko.yml +159 -0
  26. data/fixtures/vcr_cassettes/test_that_it_gets_exchange_tickers_from_an_exchange.yml +78 -0
  27. data/fixtures/vcr_cassettes/test_that_it_gets_finance_platforms.yml +95 -0
  28. data/fixtures/vcr_cassettes/test_that_it_gets_finance_products.yml +100 -0
  29. data/fixtures/vcr_cassettes/test_that_it_gets_global_crypto_data.yml +71 -0
  30. data/fixtures/vcr_cassettes/test_that_it_gets_global_defi_data.yml +71 -0
  31. data/fixtures/vcr_cassettes/test_that_it_gets_historical_price_for_one_coin_at_a_previous_date.yml +173 -0
  32. data/fixtures/vcr_cassettes/test_that_it_gets_hourly_historical_prices_for_one_coin.yml +120 -0
  33. data/fixtures/vcr_cassettes/test_that_it_gets_indexes.yml +127 -0
  34. data/fixtures/vcr_cassettes/test_that_it_gets_indexes_by_market_id_and_coin_id.yml +66 -0
  35. data/fixtures/vcr_cassettes/test_that_it_gets_indexes_by_market_id_and_index_id.yml +71 -0
  36. data/fixtures/vcr_cassettes/test_that_it_gets_indexes_ids.yml +630 -0
  37. data/fixtures/vcr_cassettes/test_that_it_gets_last_7_days_exchange_volume_from_an_exchange.yml +120 -0
  38. data/fixtures/vcr_cassettes/test_that_it_gets_market_data_for_a_coin.yml +169 -0
  39. data/fixtures/vcr_cassettes/test_that_it_gets_market_data_for_a_coin_in_myr.yml +120 -0
  40. data/fixtures/vcr_cassettes/test_that_it_gets_market_data_for_multiple_coins_in_eth.yml +120 -0
  41. data/fixtures/vcr_cassettes/test_that_it_gets_minutely_historical_prices_for_one_coin.yml +188 -0
  42. data/fixtures/vcr_cassettes/test_that_it_gets_ohlc_data_for_one_coin_in_the_last_30_days_in_myr.yml +120 -0
  43. data/fixtures/vcr_cassettes/test_that_it_gets_ohlc_data_for_one_coin_in_the_last_7_days.yml +120 -0
  44. data/fixtures/vcr_cassettes/test_that_it_gets_price_for_multiple_coins.yml +71 -0
  45. data/fixtures/vcr_cassettes/test_that_it_gets_price_for_multiple_coins_in_different_currencies.yml +71 -0
  46. data/fixtures/vcr_cassettes/test_that_it_gets_price_for_one_coin.yml +122 -0
  47. data/fixtures/vcr_cassettes/test_that_it_gets_price_for_one_coin_in_a_different_currency.yml +120 -0
  48. data/fixtures/vcr_cassettes/test_that_it_gets_simple_price_for_one_coin.yml +73 -0
  49. data/fixtures/vcr_cassettes/test_that_it_gets_status_updates.yml +79 -0
  50. data/fixtures/vcr_cassettes/test_that_it_gets_status_updates_for_an_exchange.yml +76 -0
  51. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_of_asset_platforms.yml +80 -0
  52. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_of_categories.yml +114 -0
  53. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_of_categories_with_market_data.yml +100 -0
  54. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_of_supported_coins.yml +143 -0
  55. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_of_supported_exchanges.yml +79 -0
  56. data/fixtures/vcr_cassettes/test_that_it_gets_the_list_supported_coins.yml +74 -0
  57. data/fixtures/vcr_cassettes/test_that_it_gets_trending_searches.yml +77 -0
  58. data/lib/coingecko_ruby.rb +1 -1
  59. data/lib/coingecko_ruby/client.rb +20 -0
  60. data/lib/coingecko_ruby/client/categories.rb +85 -0
  61. data/lib/coingecko_ruby/client/coins.rb +213 -10
  62. data/lib/coingecko_ruby/client/derivatives.rb +154 -0
  63. data/lib/coingecko_ruby/client/events.rb +84 -0
  64. data/lib/coingecko_ruby/client/exchanges.rb +193 -0
  65. data/lib/coingecko_ruby/client/finance.rb +100 -0
  66. data/lib/coingecko_ruby/client/indexes.rb +88 -0
  67. data/lib/coingecko_ruby/client/infos.rb +174 -0
  68. data/lib/coingecko_ruby/client/prices.rb +302 -10
  69. data/lib/coingecko_ruby/client/status.rb +7 -1
  70. data/lib/coingecko_ruby/connection.rb +4 -6
  71. data/lib/coingecko_ruby/version.rb +1 -1
  72. metadata +63 -2
@@ -0,0 +1,71 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.coingecko.com/api/v3/derivatives/exchanges/binance_futures
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.coingecko.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Tue, 18 May 2021 14:01:27 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Cache-Control:
32
+ - public, max-age=60
33
+ Access-Control-Allow-Origin:
34
+ - "*"
35
+ Access-Control-Allow-Methods:
36
+ - POST, PUT, DELETE, GET, OPTIONS
37
+ Access-Control-Request-Method:
38
+ - "*"
39
+ Access-Control-Allow-Headers:
40
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization
41
+ Access-Control-Expose-Headers:
42
+ - link, per-page, total
43
+ Vary:
44
+ - Accept-Encoding, Origin
45
+ Etag:
46
+ - W/"b78a529d35b3eea47211aa866f4fafbc"
47
+ X-Request-Id:
48
+ - eb035580-4e7d-4e5b-9874-da193a213146
49
+ X-Runtime:
50
+ - '0.055629'
51
+ Alternate-Protocol:
52
+ - 443:npn-spdy/2
53
+ Cf-Cache-Status:
54
+ - EXPIRED
55
+ Expires:
56
+ - Tue, 18 May 2021 14:02:27 GMT
57
+ Cf-Request-Id:
58
+ - 0a2161219200002495670d4000000001
59
+ Expect-Ct:
60
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
61
+ Server:
62
+ - cloudflare
63
+ Cf-Ray:
64
+ - 65159e15b9892495-HKG
65
+ Alt-Svc:
66
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
67
+ body:
68
+ encoding: ASCII-8BIT
69
+ string: '{"name":"Binance (Futures)","open_interest_btc":240213.7,"trade_volume_24h_btc":"2343566.75","number_of_perpetual_pairs":132,"number_of_futures_pairs":32,"image":"https://assets.coingecko.com/markets/images/466/small/binance_futures.jpg?1568609512","year_established":2019,"country":null,"description":"","url":"https://www.binance.com/"}'
70
+ recorded_at: Tue, 18 May 2021 14:01:27 GMT
71
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,145 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.coingecko.com/api/v3/exchanges/binance/tickers?coin_ids=bitcoin
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.coingecko.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Sun, 16 May 2021 08:07:34 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Per-Page:
32
+ - '100'
33
+ Total:
34
+ - '17'
35
+ Cache-Control:
36
+ - public, max-age=30
37
+ Access-Control-Allow-Origin:
38
+ - "*"
39
+ Access-Control-Allow-Methods:
40
+ - POST, PUT, DELETE, GET, OPTIONS
41
+ Access-Control-Request-Method:
42
+ - "*"
43
+ Access-Control-Allow-Headers:
44
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization
45
+ Access-Control-Expose-Headers:
46
+ - link, per-page, total
47
+ Vary:
48
+ - Accept-Encoding, Origin
49
+ Etag:
50
+ - W/"0199b667384889ba5fbbe1b517b81800"
51
+ X-Request-Id:
52
+ - a51fcec8-1f5d-4b25-bd45-039403d3b030
53
+ X-Runtime:
54
+ - '0.041051'
55
+ Alternate-Protocol:
56
+ - 443:npn-spdy/2
57
+ Cf-Cache-Status:
58
+ - MISS
59
+ Expires:
60
+ - Sun, 16 May 2021 08:08:04 GMT
61
+ Cf-Request-Id:
62
+ - 0a15d06fac000019ed299d5000000001
63
+ Expect-Ct:
64
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
65
+ Server:
66
+ - cloudflare
67
+ Cf-Ray:
68
+ - 65031cf9186f19ed-SIN
69
+ Alt-Svc:
70
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
71
+ body:
72
+ encoding: ASCII-8BIT
73
+ string: '{"name":"Binance","tickers":[{"base":"BTC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":48964.36,"volume":86497.48158192317,"converted_last":{"btc":1.000814,"eth":12.757715,"usd":48966},"converted_volume":{"btc":86568,"eth":1103510,"usd":4235396768},"trust_score":"green","bid_ask_spread_percentage":0.01002,"timestamp":"2021-05-16T07:46:57+00:00","last_traded_at":"2021-05-16T07:46:57+00:00","last_fetch_at":"2021-05-16T07:46:57+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_USDT?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"tether"},{"base":"BTC","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":48971.8,"volume":18143.51055858951,"converted_last":{"btc":1.000873,"eth":12.758467,"usd":48968},"converted_volume":{"btc":18159,"eth":231483,"usd":888459339},"trust_score":"green","bid_ask_spread_percentage":0.01002,"timestamp":"2021-05-16T07:46:30+00:00","last_traded_at":"2021-05-16T07:46:30+00:00","last_fetch_at":"2021-05-16T07:46:30+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_BUSD?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"binance-usd"},{"base":"BTC","target":"EUR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":40546.32,"volume":3880.946448699891,"converted_last":{"btc":1.004577,"eth":12.777554,"usd":49247},"converted_volume":{"btc":3899,"eth":49589,"usd":191125593},"trust_score":"green","bid_ask_spread_percentage":0.010025,"timestamp":"2021-05-16T07:50:11+00:00","last_traded_at":"2021-05-16T07:50:11+00:00","last_fetch_at":"2021-05-16T07:50:11+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_EUR?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"USDC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":48937.94,"volume":2097.7185470160366,"converted_last":{"btc":0.99856881,"eth":12.702642,"usd":48833},"converted_volume":{"btc":2095,"eth":26647,"usd":102437854},"trust_score":"green","bid_ask_spread_percentage":0.042754,"timestamp":"2021-05-16T07:43:48+00:00","last_traded_at":"2021-05-16T07:43:48+00:00","last_fetch_at":"2021-05-16T07:43:48+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_USDC?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"usd-coin"},{"base":"BTC","target":"GBP","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":35157.98,"volume":1279.402575799025,"converted_last":{"btc":1.00989,"eth":12.825531,"usd":49577},"converted_volume":{"btc":1292,"eth":16409,"usd":63428413},"trust_score":"green","bid_ask_spread_percentage":0.040386,"timestamp":"2021-05-16T08:01:27+00:00","last_traded_at":"2021-05-16T08:01:27+00:00","last_fetch_at":"2021-05-16T08:01:27+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_GBP?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"TRY","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":412141.0,"volume":422.95445332147733,"converted_last":{"btc":0.99761405,"eth":12.689552,"usd":48791},"converted_volume":{"btc":421.945,"eth":5367,"usd":20636542},"trust_score":"green","bid_ask_spread_percentage":0.070211,"timestamp":"2021-05-16T07:44:40+00:00","last_traded_at":"2021-05-16T07:44:40+00:00","last_fetch_at":"2021-05-16T07:44:40+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_TRY?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"BRL","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":259367.0,"volume":313.3676429289347,"converted_last":{"btc":1.005143,"eth":12.812898,"usd":49198},"converted_volume":{"btc":314.979,"eth":4015,"usd":15416919},"trust_score":"green","bid_ask_spread_percentage":0.072821,"timestamp":"2021-05-16T07:47:14+00:00","last_traded_at":"2021-05-16T07:47:14+00:00","last_fetch_at":"2021-05-16T07:47:14+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_BRL?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"DAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":49230.36,"volume":149.36580371341037,"converted_last":{"btc":1.006035,"eth":12.825905,"usd":49314},"converted_volume":{"btc":150.267,"eth":1916,"usd":7365862},"trust_score":"green","bid_ask_spread_percentage":0.126601,"timestamp":"2021-05-16T07:49:51+00:00","last_traded_at":"2021-05-16T07:49:51+00:00","last_fetch_at":"2021-05-16T07:49:51+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_DAI?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"dai"},{"base":"BTC","target":"AUD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":63332.54,"volume":312.07688255041813,"converted_last":{"btc":1.003353,"eth":12.737822,"usd":49246},"converted_volume":{"btc":313.123,"eth":3975,"usd":15368566},"trust_score":"green","bid_ask_spread_percentage":0.097727,"timestamp":"2021-05-16T08:06:49+00:00","last_traded_at":"2021-05-16T08:06:49+00:00","last_fetch_at":"2021-05-16T08:06:49+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_AUD?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"RUB","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":3643155.0,"volume":181.41854068068528,"converted_last":{"btc":1.005727,"eth":12.820353,"usd":49226},"converted_volume":{"btc":182.458,"eth":2326,"usd":8930540},"trust_score":"green","bid_ask_spread_percentage":0.107998,"timestamp":"2021-05-16T07:47:35+00:00","last_traded_at":"2021-05-16T07:47:35+00:00","last_fetch_at":"2021-05-16T07:47:35+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_RUB?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"PAX","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":49043.37,"volume":241.4875826627852,"converted_last":{"btc":0.99558041,"eth":12.639142,"usd":48865},"converted_volume":{"btc":240.42,"eth":3052,"usd":11800189},"trust_score":"green","bid_ask_spread_percentage":0.015566,"timestamp":"2021-05-16T08:06:17+00:00","last_traded_at":"2021-05-16T08:06:17+00:00","last_fetch_at":"2021-05-16T08:06:17+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_PAX?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"paxos-standard"},{"base":"BTC","target":"NGN","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":38380916.0,"volume":52.28985688020057,"converted_last":{"btc":1.895291,"eth":24.08513,"usd":92932},"converted_volume":{"btc":99.104,"eth":1259,"usd":4859401},"trust_score":"green","bid_ask_spread_percentage":0.2844,"timestamp":"2021-05-16T07:52:40+00:00","last_traded_at":"2021-05-16T07:52:40+00:00","last_fetch_at":"2021-05-16T07:52:40+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_NGN?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"BIDR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":728209000.0,"volume":32.66149934757741,"converted_last":{"btc":0.99820979,"eth":12.724522,"usd":48838},"converted_volume":{"btc":32.603028,"eth":415.602,"usd":1595127},"trust_score":"green","bid_ask_spread_percentage":0.111679,"timestamp":"2021-05-16T07:46:11+00:00","last_traded_at":"2021-05-16T07:46:11+00:00","last_fetch_at":"2021-05-16T07:46:11+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_BIDR?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"binanceidr"},{"base":"BTC","target":"TUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":48952.13,"volume":158.27818163523386,"converted_last":{"btc":1.000083,"eth":12.748395,"usd":48930},"converted_volume":{"btc":158.291,"eth":2018,"usd":7744517},"trust_score":"green","bid_ask_spread_percentage":0.049377,"timestamp":"2021-05-16T07:46:53+00:00","last_traded_at":"2021-05-16T07:46:53+00:00","last_fetch_at":"2021-05-16T07:46:53+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_TUSD?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"true-usd"},{"base":"BTC","target":"UAH","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1362615.0,"volume":4.540670373020259,"converted_last":{"btc":1.009074,"eth":12.835318,"usd":49352},"converted_volume":{"btc":4.581871,"eth":58.281,"usd":224091},"trust_score":"green","bid_ask_spread_percentage":0.166551,"timestamp":"2021-05-16T07:44:01+00:00","last_traded_at":"2021-05-16T07:44:01+00:00","last_fetch_at":"2021-05-16T07:44:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_UAH?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BTC","target":"IDRT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":724245589.0,"volume":4.592519778770789,"converted_last":{"btc":0.99571503,"eth":12.665397,"usd":48699},"converted_volume":{"btc":4.572841,"eth":58.166,"usd":223649},"trust_score":"green","bid_ask_spread_percentage":0.662132,"timestamp":"2021-05-16T07:44:36+00:00","last_traded_at":"2021-05-16T07:44:36+00:00","last_fetch_at":"2021-05-16T07:44:36+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_IDRT?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"rupiah-token"},{"base":"BTC","target":"VAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":55666.67,"volume":1.5856821744963367,"converted_last":{"btc":0.98706901,"eth":12.531088,"usd":48447},"converted_volume":{"btc":1.565178,"eth":19.870322,"usd":76821},"trust_score":"green","bid_ask_spread_percentage":1.070737,"timestamp":"2021-05-16T08:06:33+00:00","last_traded_at":"2021-05-16T08:06:33+00:00","last_fetch_at":"2021-05-16T08:06:33+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_VAI?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"vai"}]}'
74
+ recorded_at: Sun, 16 May 2021 08:07:34 GMT
75
+ - request:
76
+ method: get
77
+ uri: https://api.coingecko.com/api/v3/exchanges/binance/tickers
78
+ body:
79
+ encoding: US-ASCII
80
+ string: ''
81
+ headers:
82
+ Accept-Encoding:
83
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
84
+ Accept:
85
+ - "*/*"
86
+ User-Agent:
87
+ - Ruby
88
+ response:
89
+ status:
90
+ code: 200
91
+ message: OK
92
+ headers:
93
+ Date:
94
+ - Mon, 19 Jul 2021 03:15:57 GMT
95
+ Content-Type:
96
+ - application/json; charset=utf-8
97
+ Transfer-Encoding:
98
+ - chunked
99
+ Connection:
100
+ - keep-alive
101
+ Link:
102
+ - <https://api.coingecko.com/api/v3/exchanges/binance/tickers?page=12>; rel="last",
103
+ <https://api.coingecko.com/api/v3/exchanges/binance/tickers?page=2>; rel="next"
104
+ Per-Page:
105
+ - '100'
106
+ Total:
107
+ - '1112'
108
+ Cache-Control:
109
+ - max-age=30, public, must-revalidate, s-maxage=60
110
+ Access-Control-Allow-Origin:
111
+ - "*"
112
+ Access-Control-Allow-Methods:
113
+ - POST, PUT, DELETE, GET, OPTIONS
114
+ Access-Control-Request-Method:
115
+ - "*"
116
+ Access-Control-Allow-Headers:
117
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization
118
+ Access-Control-Expose-Headers:
119
+ - link, per-page, total
120
+ Vary:
121
+ - Accept-Encoding, Origin
122
+ Etag:
123
+ - W/"225bc83dea97bfb5d82d982437b8ab54"
124
+ X-Request-Id:
125
+ - acd31cfc-a007-4bc3-b961-9425e243394d
126
+ X-Runtime:
127
+ - '0.236147'
128
+ Alternate-Protocol:
129
+ - 443:npn-spdy/2
130
+ Cf-Cache-Status:
131
+ - EXPIRED
132
+ Expect-Ct:
133
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
134
+ Server:
135
+ - cloudflare
136
+ Cf-Ray:
137
+ - 6710c9cbeb2424d3-HKG
138
+ Alt-Svc:
139
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443";
140
+ ma=86400
141
+ body:
142
+ encoding: ASCII-8BIT
143
+ string: '{"name":"Binance","tickers":[{"base":"BUSD","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.9999,"volume":279510574.7478478,"converted_last":{"btc":3.17e-05,"eth":0.00053155,"usd":1.0},"converted_volume":{"btc":8861,"eth":148573,"usd":280252401},"trust_score":"green","bid_ask_spread_percentage":0.02,"timestamp":"2021-07-19T03:03:01+00:00","last_traded_at":"2021-07-19T03:03:01+00:00","last_fetch_at":"2021-07-19T03:03:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_USDT?ref=37754157","token_info_url":null,"coin_id":"binance-usd","target_coin_id":"tether"},{"base":"USDC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.0001,"volume":79641788.47388561,"converted_last":{"btc":3.171e-05,"eth":0.00053187,"usd":1.0},"converted_volume":{"btc":2525,"eth":42359,"usd":79831773},"trust_score":"green","bid_ask_spread_percentage":0.019998,"timestamp":"2021-07-19T03:12:05+00:00","last_traded_at":"2021-07-19T03:12:05+00:00","last_fetch_at":"2021-07-19T03:12:05+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDC_USDT?ref=37754157","token_info_url":null,"coin_id":"usd-coin","target_coin_id":"tether"},{"base":"BTC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":31552.31,"volume":31236.9222456706,"converted_last":{"btc":1.000222,"eth":16.777111,"usd":31624},"converted_volume":{"btc":31244,"eth":524065,"usd":987822103},"trust_score":"green","bid_ask_spread_percentage":0.010393,"timestamp":"2021-07-19T03:14:49+00:00","last_traded_at":"2021-07-19T03:14:49+00:00","last_fetch_at":"2021-07-19T03:14:49+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_USDT?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"tether"},{"base":"ETH","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1877.61,"volume":468345.66006673634,"converted_last":{"btc":0.05953009,"eth":0.99813825,"usd":1882.78},"converted_volume":{"btc":27881,"eth":467474,"usd":881792540},"trust_score":"green","bid_ask_spread_percentage":0.010534,"timestamp":"2021-07-19T03:03:18+00:00","last_traded_at":"2021-07-19T03:03:18+00:00","last_fetch_at":"2021-07-19T03:03:18+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_USDT?ref=37754157","token_info_url":null,"coin_id":"ethereum","target_coin_id":"tether"},{"base":"BTC","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":31576.41,"volume":8230.683386047605,"converted_last":{"btc":1.001067,"eth":16.78342,"usd":31662},"converted_volume":{"btc":8239,"eth":138139,"usd":260602169},"trust_score":"green","bid_ask_spread_percentage":0.010032,"timestamp":"2021-07-19T02:56:08+00:00","last_traded_at":"2021-07-19T02:56:08+00:00","last_fetch_at":"2021-07-19T02:56:08+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_BUSD?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"binance-usd"},{"base":"BETH","target":"ETH","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.9728,"volume":4420.883308758223,"converted_last":{"btc":0.05803725,"eth":0.97348101,"usd":1834.94},"converted_volume":{"btc":256.576,"eth":4304,"usd":8112036},"trust_score":"green","bid_ask_spread_percentage":0.010279,"timestamp":"2021-07-19T03:14:45+00:00","last_traded_at":"2021-07-19T03:14:45+00:00","last_fetch_at":"2021-07-19T03:14:45+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BETH_ETH?ref=37754157","token_info_url":null,"coin_id":"binance-eth","target_coin_id":"ethereum"},{"base":"BNB","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":298.74,"volume":798724.3593240142,"converted_last":{"btc":0.00947163,"eth":0.15877109,"usd":299.59},"converted_volume":{"btc":7565,"eth":126814,"usd":239287672},"trust_score":"green","bid_ask_spread_percentage":0.013346,"timestamp":"2021-07-19T02:58:56+00:00","last_traded_at":"2021-07-19T02:58:56+00:00","last_fetch_at":"2021-07-19T02:58:56+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BNB_USDT?ref=37754157","token_info_url":null,"coin_id":"binancecoin","target_coin_id":"tether"},{"base":"USDT","target":"TRY","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":8.609,"volume":26007121.929508653,"converted_last":{"btc":3.191e-05,"eth":0.0005354,"usd":1.01},"converted_volume":{"btc":829.959,"eth":13924,"usd":26249370},"trust_score":"green","bid_ask_spread_percentage":0.058079,"timestamp":"2021-07-19T03:04:15+00:00","last_traded_at":"2021-07-19T03:04:15+00:00","last_fetch_at":"2021-07-19T03:04:15+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDT_TRY?ref=37754157","token_info_url":null,"coin_id":"tether"},{"base":"USDC","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.0001,"volume":30464297.35908709,"converted_last":{"btc":3.167e-05,"eth":0.00053105,"usd":1.0},"converted_volume":{"btc":964.877,"eth":16178,"usd":30516535},"trust_score":"green","bid_ask_spread_percentage":0.019999,"timestamp":"2021-07-19T03:03:15+00:00","last_traded_at":"2021-07-19T03:03:15+00:00","last_fetch_at":"2021-07-19T03:03:15+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDC_BUSD?ref=37754157","token_info_url":null,"coin_id":"usd-coin","target_coin_id":"binance-usd"},{"base":"ETH","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1880.67,"volume":154625.80105812044,"converted_last":{"btc":0.05955934,"eth":0.99834468,"usd":1883.89},"converted_volume":{"btc":9209,"eth":154370,"usd":291297502},"trust_score":"green","bid_ask_spread_percentage":0.010529,"timestamp":"2021-07-19T02:59:18+00:00","last_traded_at":"2021-07-19T02:59:18+00:00","last_fetch_at":"2021-07-19T02:59:18+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_BUSD?ref=37754157","token_info_url":null,"coin_id":"ethereum","target_coin_id":"binance-usd"},{"base":"ETH","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.059638,"volume":116597.41407206815,"converted_last":{"btc":0.059638,"eth":0.99986232,"usd":1886.26},"converted_volume":{"btc":6954,"eth":116581,"usd":219933195},"trust_score":"green","bid_ask_spread_percentage":0.011679,"timestamp":"2021-07-19T02:56:21+00:00","last_traded_at":"2021-07-19T02:56:21+00:00","last_fetch_at":"2021-07-19T02:56:21+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_BTC?ref=37754157","token_info_url":null,"coin_id":"ethereum","target_coin_id":"bitcoin"},{"base":"ADA","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.169,"volume":98848353.277142,"converted_last":{"btc":3.706e-05,"eth":0.00062144,"usd":1.17},"converted_volume":{"btc":3664,"eth":61428,"usd":115871994},"trust_score":"green","bid_ask_spread_percentage":0.018548,"timestamp":"2021-07-19T03:03:24+00:00","last_traded_at":"2021-07-19T03:03:24+00:00","last_fetch_at":"2021-07-19T03:03:24+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ADA_USDT?ref=37754157","token_info_url":null,"coin_id":"cardano","target_coin_id":"tether"},{"base":"DOGE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.178,"volume":1232277135.4670563,"converted_last":{"btc":5.64e-06,"eth":9.462e-05,"usd":0.17849},"converted_volume":{"btc":6954,"eth":116604,"usd":219949472},"trust_score":"green","bid_ask_spread_percentage":0.015608,"timestamp":"2021-07-19T03:03:35+00:00","last_traded_at":"2021-07-19T03:03:35+00:00","last_fetch_at":"2021-07-19T03:03:35+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DOGE_USDT?ref=37754157","token_info_url":null,"coin_id":"dogecoin","target_coin_id":"tether"},{"base":"XRP","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.5816,"volume":224024606.29824793,"converted_last":{"btc":1.844e-05,"eth":0.00030926,"usd":0.582885},"converted_volume":{"btc":4130,"eth":69282,"usd":130580498},"trust_score":"green","bid_ask_spread_percentage":0.017274,"timestamp":"2021-07-19T03:13:01+00:00","last_traded_at":"2021-07-19T03:13:01+00:00","last_fetch_at":"2021-07-19T03:13:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XRP_USDT?ref=37754157","token_info_url":null,"coin_id":"ripple","target_coin_id":"tether"},{"base":"LINK","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":15.244,"volume":3499847.474929087,"converted_last":{"btc":0.00048331,"eth":0.00810141,"usd":15.29},"converted_volume":{"btc":1692,"eth":28354,"usd":53503743},"trust_score":"green","bid_ask_spread_percentage":0.02613,"timestamp":"2021-07-19T02:59:17+00:00","last_traded_at":"2021-07-19T02:59:17+00:00","last_fetch_at":"2021-07-19T02:59:17+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LINK_USDT?ref=37754157","token_info_url":null,"coin_id":"chainlink","target_coin_id":"tether"},{"base":"WBTC","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.99995,"volume":190.49694063703186,"converted_last":{"btc":0.99995,"eth":16.760563,"usd":31626},"converted_volume":{"btc":190.487,"eth":3193,"usd":6024620},"trust_score":"green","bid_ask_spread_percentage":0.011,"timestamp":"2021-07-19T03:03:00+00:00","last_traded_at":"2021-07-19T03:03:00+00:00","last_fetch_at":"2021-07-19T03:03:00+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/WBTC_BTC?ref=37754157","token_info_url":null,"coin_id":"wrapped-bitcoin","target_coin_id":"bitcoin"},{"base":"BTC","target":"EUR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":27065.28,"volume":1225.4537864376919,"converted_last":{"btc":1.010003,"eth":16.93323,"usd":31945},"converted_volume":{"btc":1238,"eth":20751,"usd":39146992},"trust_score":"green","bid_ask_spread_percentage":0.010037,"timestamp":"2021-07-19T02:56:47+00:00","last_traded_at":"2021-07-19T02:56:47+00:00","last_fetch_at":"2021-07-19T02:56:47+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_EUR?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"BNB","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":298.87,"volume":281573.6899275939,"converted_last":{"btc":0.00946498,"eth":0.15875471,"usd":299.27},"converted_volume":{"btc":2665,"eth":44701,"usd":84267893},"trust_score":"green","bid_ask_spread_percentage":0.026517,"timestamp":"2021-07-19T03:15:46+00:00","last_traded_at":"2021-07-19T03:15:46+00:00","last_fetch_at":"2021-07-19T03:15:46+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BNB_BUSD?ref=37754157","token_info_url":null,"coin_id":"binancecoin","target_coin_id":"binance-usd"},{"base":"BUSD","target":"TRY","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":8.61,"volume":3390880.295865273,"converted_last":{"btc":3.192e-05,"eth":0.00053514,"usd":1.01},"converted_volume":{"btc":108.225,"eth":1815,"usd":3422863},"trust_score":"green","bid_ask_spread_percentage":0.116144,"timestamp":"2021-07-19T03:03:46+00:00","last_traded_at":"2021-07-19T03:03:46+00:00","last_fetch_at":"2021-07-19T03:03:46+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_TRY?ref=37754157","token_info_url":null,"coin_id":"binance-usd"},{"base":"BTC","target":"USDC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":31541.99,"volume":1381.5661361250313,"converted_last":{"btc":0.99694141,"eth":16.734737,"usd":31500},"converted_volume":{"btc":1377,"eth":23120,"usd":43519694},"trust_score":"green","bid_ask_spread_percentage":0.010856,"timestamp":"2021-07-19T02:41:47+00:00","last_traded_at":"2021-07-19T02:41:47+00:00","last_fetch_at":"2021-07-19T02:41:47+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_USDC?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"usd-coin"},{"base":"DOT","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":12.25,"volume":9042398.56100498,"converted_last":{"btc":0.00038839,"eth":0.00651211,"usd":12.28},"converted_volume":{"btc":3512,"eth":58885,"usd":111074474},"trust_score":"green","bid_ask_spread_percentage":0.018149,"timestamp":"2021-07-19T03:03:23+00:00","last_traded_at":"2021-07-19T03:03:23+00:00","last_fetch_at":"2021-07-19T03:03:23+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DOT_USDT?ref=37754157","token_info_url":null,"coin_id":"polkadot","target_coin_id":"tether"},{"base":"AXS","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":16.5767,"volume":15342979.751986584,"converted_last":{"btc":0.00052537,"eth":0.00881227,"usd":16.61},"converted_volume":{"btc":8061,"eth":135206,"usd":254853519},"trust_score":"green","bid_ask_spread_percentage":0.05568,"timestamp":"2021-07-19T03:14:59+00:00","last_traded_at":"2021-07-19T03:14:59+00:00","last_fetch_at":"2021-07-19T03:14:59+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/AXS_USDT?ref=37754157","token_info_url":null,"coin_id":"axie-infinity","target_coin_id":"tether"},{"base":"USDT","target":"DAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.999,"volume":5690850.350471471,"converted_last":{"btc":3.17e-05,"eth":0.00053185,"usd":1.0},"converted_volume":{"btc":180.405,"eth":3027,"usd":5705736},"trust_score":"green","bid_ask_spread_percentage":0.010009,"timestamp":"2021-07-19T03:04:21+00:00","last_traded_at":"2021-07-19T03:04:21+00:00","last_fetch_at":"2021-07-19T03:04:21+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDT_DAI?ref=37754157","token_info_url":null,"coin_id":"tether","target_coin_id":"dai"},{"base":"ETC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":41.262,"volume":1004104.8114774369,"converted_last":{"btc":0.00130773,"eth":0.02193442,"usd":41.35},"converted_volume":{"btc":1313,"eth":22024,"usd":41519169},"trust_score":"green","bid_ask_spread_percentage":0.026554,"timestamp":"2021-07-19T03:15:52+00:00","last_traded_at":"2021-07-19T03:15:52+00:00","last_fetch_at":"2021-07-19T03:15:52+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETC_USDT?ref=37754157","token_info_url":null,"coin_id":"ethereum-classic","target_coin_id":"tether"},{"base":"BNB","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.009471,"volume":114879.77952486539,"converted_last":{"btc":0.009471,"eth":0.15885573,"usd":299.47},"converted_volume":{"btc":1088,"eth":18249,"usd":34402493},"trust_score":"green","bid_ask_spread_percentage":0.010557,"timestamp":"2021-07-19T03:15:12+00:00","last_traded_at":"2021-07-19T03:15:12+00:00","last_fetch_at":"2021-07-19T03:15:12+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BNB_BTC?ref=37754157","token_info_url":null,"coin_id":"binancecoin","target_coin_id":"bitcoin"},{"base":"TUSD","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.9998,"volume":2233281.865634127,"converted_last":{"btc":3.17e-05,"eth":0.00053181,"usd":1.0},"converted_volume":{"btc":70.793,"eth":1188,"usd":2238979},"trust_score":"green","bid_ask_spread_percentage":0.010001,"timestamp":"2021-07-19T03:04:15+00:00","last_traded_at":"2021-07-19T03:04:15+00:00","last_fetch_at":"2021-07-19T03:04:15+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/TUSD_USDT?ref=37754157","token_info_url":null,"coin_id":"true-usd","target_coin_id":"tether"},{"base":"FIL","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":46.34,"volume":975791.9432821752,"converted_last":{"btc":0.00146867,"eth":0.02463383,"usd":46.44},"converted_volume":{"btc":1433,"eth":24037,"usd":45314020},"trust_score":"green","bid_ask_spread_percentage":0.021584,"timestamp":"2021-07-19T03:15:43+00:00","last_traded_at":"2021-07-19T03:15:43+00:00","last_fetch_at":"2021-07-19T03:15:43+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/FIL_USDT?ref=37754157","token_info_url":null,"coin_id":"filecoin","target_coin_id":"tether"},{"base":"LTC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":117.99,"volume":417998.38991106447,"converted_last":{"btc":0.0037409,"eth":0.06276132,"usd":118.31},"converted_volume":{"btc":1564,"eth":26234,"usd":49455340},"trust_score":"green","bid_ask_spread_percentage":0.018492,"timestamp":"2021-07-19T03:04:19+00:00","last_traded_at":"2021-07-19T03:04:19+00:00","last_fetch_at":"2021-07-19T03:04:19+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LTC_USDT?ref=37754157","token_info_url":null,"coin_id":"litecoin","target_coin_id":"tether"},{"base":"MATIC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.78467,"volume":110404930.36193559,"converted_last":{"btc":2.488e-05,"eth":0.0004173,"usd":0.786463},"converted_volume":{"btc":2747,"eth":46072,"usd":86829412},"trust_score":"green","bid_ask_spread_percentage":0.017612,"timestamp":"2021-07-19T03:12:47+00:00","last_traded_at":"2021-07-19T03:12:47+00:00","last_fetch_at":"2021-07-19T03:12:47+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/MATIC_USDT?ref=37754157","token_info_url":null,"coin_id":"matic-network","target_coin_id":"tether"},{"base":"ETH","target":"EUR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1609.31,"volume":32767.823891565764,"converted_last":{"btc":0.06006027,"eth":1.007028,"usd":1899.55},"converted_volume":{"btc":1968,"eth":32998,"usd":62244114},"trust_score":"green","bid_ask_spread_percentage":0.012477,"timestamp":"2021-07-19T03:03:34+00:00","last_traded_at":"2021-07-19T03:03:34+00:00","last_fetch_at":"2021-07-19T03:03:34+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_EUR?ref=37754157","token_info_url":null,"coin_id":"ethereum"},{"base":"TLM","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.1797,"volume":1167425914.5389872,"converted_last":{"btc":5.7e-06,"eth":9.553e-05,"usd":0.180195},"converted_volume":{"btc":6651,"eth":111523,"usd":210364250},"trust_score":"green","bid_ask_spread_percentage":0.053419,"timestamp":"2021-07-19T03:03:05+00:00","last_traded_at":"2021-07-19T03:03:05+00:00","last_fetch_at":"2021-07-19T03:03:05+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/TLM_USDT?ref=37754157","token_info_url":null,"coin_id":"alien-worlds","target_coin_id":"tether"},{"base":"SOL","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":25.941,"volume":1686553.9227983116,"converted_last":{"btc":0.00082216,"eth":0.01378995,"usd":26.0},"converted_volume":{"btc":1387,"eth":23257,"usd":43843607},"trust_score":"green","bid_ask_spread_percentage":0.034597,"timestamp":"2021-07-19T03:15:55+00:00","last_traded_at":"2021-07-19T03:15:55+00:00","last_fetch_at":"2021-07-19T03:15:55+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/SOL_USDT?ref=37754157","token_info_url":null,"coin_id":"solana","target_coin_id":"tether"},{"base":"EOS","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":3.6045,"volume":10388446.29867915,"converted_last":{"btc":0.00011428,"eth":0.00191599,"usd":3.61},"converted_volume":{"btc":1187,"eth":19904,"usd":37549622},"trust_score":"green","bid_ask_spread_percentage":0.016782,"timestamp":"2021-07-19T02:56:04+00:00","last_traded_at":"2021-07-19T02:56:04+00:00","last_fetch_at":"2021-07-19T02:56:04+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/EOS_USDT?ref=37754157","token_info_url":null,"coin_id":"eos","target_coin_id":"tether"},{"base":"BCH","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":434.94,"volume":59029.75121145606,"converted_last":{"btc":0.01378988,"eth":0.23121428,"usd":436.14},"converted_volume":{"btc":814.013,"eth":13649,"usd":25745115},"trust_score":"green","bid_ask_spread_percentage":0.022866,"timestamp":"2021-07-19T03:03:10+00:00","last_traded_at":"2021-07-19T03:03:10+00:00","last_fetch_at":"2021-07-19T03:03:10+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BCH_USDT?ref=37754157","token_info_url":null,"coin_id":"bitcoin-cash","target_coin_id":"tether"},{"base":"ADA","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.1687,"volume":16244729.025076581,"converted_last":{"btc":3.701e-05,"eth":0.00062095,"usd":1.17},"converted_volume":{"btc":601.247,"eth":10087,"usd":19015817},"trust_score":"green","bid_ask_spread_percentage":0.04272,"timestamp":"2021-07-19T03:04:06+00:00","last_traded_at":"2021-07-19T03:04:06+00:00","last_fetch_at":"2021-07-19T03:04:06+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ADA_BUSD?ref=37754157","token_info_url":null,"coin_id":"cardano","target_coin_id":"binance-usd"},{"base":"BUSD","target":"DAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.9991,"volume":1939396.0528896006,"converted_last":{"btc":3.17e-05,"eth":0.00053158,"usd":1.0},"converted_volume":{"btc":61.487,"eth":1031,"usd":1944669},"trust_score":"green","bid_ask_spread_percentage":0.010009,"timestamp":"2021-07-19T03:03:34+00:00","last_traded_at":"2021-07-19T03:03:34+00:00","last_fetch_at":"2021-07-19T03:03:34+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_DAI?ref=37754157","token_info_url":null,"coin_id":"binance-usd","target_coin_id":"dai"},{"base":"ADA","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":3.711e-05,"volume":18154490.29614659,"converted_last":{"btc":3.711e-05,"eth":0.00062204,"usd":1.17},"converted_volume":{"btc":673.713,"eth":11293,"usd":21309829},"trust_score":"green","bid_ask_spread_percentage":0.026918,"timestamp":"2021-07-19T02:59:23+00:00","last_traded_at":"2021-07-19T02:59:23+00:00","last_fetch_at":"2021-07-19T02:59:23+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ADA_BTC?ref=37754157","token_info_url":null,"coin_id":"cardano","target_coin_id":"bitcoin"},{"base":"DOGE","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":5.65e-06,"volume":117313705.46548672,"converted_last":{"btc":5.65e-06,"eth":9.471e-05,"usd":0.178712},"converted_volume":{"btc":662.822,"eth":11110,"usd":20965352},"trust_score":"green","bid_ask_spread_percentage":0.177305,"timestamp":"2021-07-19T02:59:18+00:00","last_traded_at":"2021-07-19T02:59:18+00:00","last_fetch_at":"2021-07-19T02:59:18+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DOGE_BTC?ref=37754157","token_info_url":null,"coin_id":"dogecoin","target_coin_id":"bitcoin"},{"base":"CHR","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.25522,"volume":586691768.647751,"converted_last":{"btc":8.09e-06,"eth":0.00013568,"usd":0.255924},"converted_volume":{"btc":4747,"eth":79604,"usd":150148456},"trust_score":"green","bid_ask_spread_percentage":0.160683,"timestamp":"2021-07-19T02:55:58+00:00","last_traded_at":"2021-07-19T02:55:58+00:00","last_fetch_at":"2021-07-19T02:55:58+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/CHR_USDT?ref=37754157","token_info_url":null,"coin_id":"chromaway","target_coin_id":"tether"},{"base":"THETA","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":4.285,"volume":13913175.304749358,"converted_last":{"btc":0.00013586,"eth":0.00227791,"usd":4.3},"converted_volume":{"btc":1890,"eth":31693,"usd":59782162},"trust_score":"green","bid_ask_spread_percentage":0.02263,"timestamp":"2021-07-19T03:03:28+00:00","last_traded_at":"2021-07-19T03:03:28+00:00","last_fetch_at":"2021-07-19T03:03:28+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/THETA_USDT?ref=37754157","token_info_url":null,"coin_id":"theta-token","target_coin_id":"tether"},{"base":"USDT","target":"BIDR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":14568.0,"volume":3329179.7522082645,"converted_last":{"btc":3.181e-05,"eth":0.00053358,"usd":1.01},"converted_volume":{"btc":105.909,"eth":1776,"usd":3348758},"trust_score":"green","bid_ask_spread_percentage":0.013729,"timestamp":"2021-07-19T03:15:37+00:00","last_traded_at":"2021-07-19T03:15:37+00:00","last_fetch_at":"2021-07-19T03:15:37+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDT_BIDR?ref=37754157","token_info_url":null,"coin_id":"tether","target_coin_id":"binanceidr"},{"base":"USDT","target":"BRL","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":5.164,"volume":4890404.49901433,"converted_last":{"btc":3.191e-05,"eth":0.00053483,"usd":1.01},"converted_volume":{"btc":156.037,"eth":2616,"usd":4935516},"trust_score":"green","bid_ask_spread_percentage":0.019361,"timestamp":"2021-07-19T02:59:25+00:00","last_traded_at":"2021-07-19T02:59:25+00:00","last_fetch_at":"2021-07-19T02:59:25+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDT_BRL?ref=37754157","token_info_url":null,"coin_id":"tether"},{"base":"TRX","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.05553,"volume":473038189.13293713,"converted_last":{"btc":1.76e-06,"eth":2.951e-05,"usd":0.055688},"converted_volume":{"btc":832.827,"eth":13960,"usd":26342682},"trust_score":"green","bid_ask_spread_percentage":0.036199,"timestamp":"2021-07-19T02:59:10+00:00","last_traded_at":"2021-07-19T02:59:10+00:00","last_fetch_at":"2021-07-19T02:59:10+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/TRX_USDT?ref=37754157","token_info_url":null,"coin_id":"tron","target_coin_id":"tether"},{"base":"SHIB","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":6.52e-06,"volume":6226839905115.946,"converted_last":{"btc":2.07e-10,"eth":3.465e-09,"usd":6.54e-06},"converted_volume":{"btc":1287,"eth":21576,"usd":40714715},"trust_score":"green","bid_ask_spread_percentage":0.152207,"timestamp":"2021-07-19T02:59:06+00:00","last_traded_at":"2021-07-19T02:59:06+00:00","last_fetch_at":"2021-07-19T02:59:06+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/SHIB_USDT?ref=37754157","token_info_url":null,"coin_id":"shiba-inu","target_coin_id":"tether"},{"base":"TRX","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.76e-06,"volume":45791685.11363637,"converted_last":{"btc":1.76e-06,"eth":2.952e-05,"usd":0.055638},"converted_volume":{"btc":80.593,"eth":1352,"usd":2547766},"trust_score":"green","bid_ask_spread_percentage":0.564972,"timestamp":"2021-07-19T03:12:06+00:00","last_traded_at":"2021-07-19T03:12:06+00:00","last_fetch_at":"2021-07-19T03:12:06+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/TRX_BTC?ref=37754157","token_info_url":null,"coin_id":"tron","target_coin_id":"bitcoin"},{"base":"UNI","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":16.054,"volume":2449624.495724866,"converted_last":{"btc":0.00050892,"eth":0.00853629,"usd":16.09},"converted_volume":{"btc":1247,"eth":20911,"usd":39415053},"trust_score":"green","bid_ask_spread_percentage":0.018673,"timestamp":"2021-07-19T03:14:43+00:00","last_traded_at":"2021-07-19T03:14:43+00:00","last_fetch_at":"2021-07-19T03:14:43+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/UNI_USDT?ref=37754157","token_info_url":null,"coin_id":"uniswap","target_coin_id":"tether"},{"base":"SUSHI","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":6.86,"volume":4745346.447825656,"converted_last":{"btc":0.00021742,"eth":0.0036467,"usd":6.87},"converted_volume":{"btc":1032,"eth":17305,"usd":32622059},"trust_score":"green","bid_ask_spread_percentage":0.029053,"timestamp":"2021-07-19T03:15:26+00:00","last_traded_at":"2021-07-19T03:15:26+00:00","last_fetch_at":"2021-07-19T03:15:26+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/SUSHI_USDT?ref=37754157","token_info_url":null,"coin_id":"sushi","target_coin_id":"tether"},{"base":"AAVE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":249.01,"volume":101575.3002162604,"converted_last":{"btc":0.00789492,"eth":0.13236253,"usd":249.7},"converted_volume":{"btc":801.929,"eth":13445,"usd":25363831},"trust_score":"green","bid_ask_spread_percentage":0.044239,"timestamp":"2021-07-19T02:56:27+00:00","last_traded_at":"2021-07-19T02:56:27+00:00","last_fetch_at":"2021-07-19T02:56:27+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/AAVE_USDT?ref=37754157","token_info_url":null,"coin_id":"aave","target_coin_id":"tether"},{"base":"VET","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.06573,"volume":603190006.0642629,"converted_last":{"btc":2.08e-06,"eth":3.494e-05,"usd":0.065869},"converted_volume":{"btc":1257,"eth":21076,"usd":39731696},"trust_score":"green","bid_ask_spread_percentage":0.045607,"timestamp":"2021-07-19T03:15:39+00:00","last_traded_at":"2021-07-19T03:15:39+00:00","last_fetch_at":"2021-07-19T03:15:39+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/VET_USDT?ref=37754157","token_info_url":null,"coin_id":"vechain","target_coin_id":"tether"},{"base":"BTC","target":"TRY","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":271055.0,"volume":150.51668110477948,"converted_last":{"btc":1.004773,"eth":16.846981,"usd":31778},"converted_volume":{"btc":151.235,"eth":2536,"usd":4783171},"trust_score":"green","bid_ask_spread_percentage":0.041497,"timestamp":"2021-07-19T03:03:10+00:00","last_traded_at":"2021-07-19T03:03:10+00:00","last_fetch_at":"2021-07-19T03:03:10+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_TRY?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"ICP","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":31.67,"volume":818195.7365108936,"converted_last":{"btc":0.00100373,"eth":0.01683542,"usd":31.74},"converted_volume":{"btc":821.248,"eth":13775,"usd":25967169},"trust_score":"green","bid_ask_spread_percentage":0.094787,"timestamp":"2021-07-19T03:15:01+00:00","last_traded_at":"2021-07-19T03:15:01+00:00","last_fetch_at":"2021-07-19T03:15:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ICP_USDT?ref=37754157","token_info_url":null,"coin_id":"internet-computer","target_coin_id":"tether"},{"base":"XLM","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.22649,"volume":80347983.75547706,"converted_last":{"btc":7.18e-06,"eth":0.00012047,"usd":0.227113},"converted_volume":{"btc":576.973,"eth":9680,"usd":18248089},"trust_score":"green","bid_ask_spread_percentage":0.018803,"timestamp":"2021-07-19T03:04:15+00:00","last_traded_at":"2021-07-19T03:04:15+00:00","last_fetch_at":"2021-07-19T03:04:15+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XLM_USDT?ref=37754157","token_info_url":null,"coin_id":"stellar","target_coin_id":"tether"},{"base":"ZEC","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":92.76,"volume":147712.85280671626,"converted_last":{"btc":0.00294098,"eth":0.04929908,"usd":93.02},"converted_volume":{"btc":434.42,"eth":7282,"usd":13740706},"trust_score":"green","bid_ask_spread_percentage":0.021545,"timestamp":"2021-07-19T02:58:50+00:00","last_traded_at":"2021-07-19T02:58:50+00:00","last_fetch_at":"2021-07-19T02:58:50+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ZEC_USDT?ref=37754157","token_info_url":null,"coin_id":"zcash","target_coin_id":"tether"},{"base":"BUSD","target":"BIDR","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":14562.0,"volume":1419234.0421556104,"converted_last":{"btc":3.167e-05,"eth":0.00053103,"usd":1.0},"converted_volume":{"btc":44.952369,"eth":753.65,"usd":1421777},"trust_score":"green","bid_ask_spread_percentage":0.016867,"timestamp":"2021-07-19T02:56:09+00:00","last_traded_at":"2021-07-19T02:56:09+00:00","last_fetch_at":"2021-07-19T02:56:09+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_BIDR?ref=37754157","token_info_url":null,"coin_id":"binance-usd","target_coin_id":"binanceidr"},{"base":"CHZ","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.23208,"volume":128334190.14455791,"converted_last":{"btc":7.36e-06,"eth":0.00012334,"usd":0.232741},"converted_volume":{"btc":944.303,"eth":15829,"usd":29868691},"trust_score":"green","bid_ask_spread_percentage":0.043085,"timestamp":"2021-07-19T02:59:03+00:00","last_traded_at":"2021-07-19T02:59:03+00:00","last_fetch_at":"2021-07-19T02:59:03+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/CHZ_USDT?ref=37754157","token_info_url":null,"coin_id":"chiliz","target_coin_id":"tether"},{"base":"ETH","target":"USDC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1877.32,"volume":9612.313205411117,"converted_last":{"btc":0.05951812,"eth":0.99793758,"usd":1882.4},"converted_volume":{"btc":572.107,"eth":9592,"usd":18094247},"trust_score":"green","bid_ask_spread_percentage":0.036145,"timestamp":"2021-07-19T03:03:01+00:00","last_traded_at":"2021-07-19T03:03:01+00:00","last_fetch_at":"2021-07-19T03:03:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_USDC?ref=37754157","token_info_url":null,"coin_id":"ethereum","target_coin_id":"usd-coin"},{"base":"XRP","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.843e-05,"volume":17752077.22734672,"converted_last":{"btc":1.843e-05,"eth":0.00030937,"usd":0.582331},"converted_volume":{"btc":327.171,"eth":5492,"usd":10337584},"trust_score":"green","bid_ask_spread_percentage":0.054437,"timestamp":"2021-07-19T02:41:43+00:00","last_traded_at":"2021-07-19T02:41:43+00:00","last_fetch_at":"2021-07-19T02:41:43+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XRP_BTC?ref=37754157","token_info_url":null,"coin_id":"ripple","target_coin_id":"bitcoin"},{"base":"ATOM","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":10.62,"volume":2493504.9215742936,"converted_last":{"btc":0.00033671,"eth":0.0056456,"usd":10.65},"converted_volume":{"btc":839.587,"eth":14077,"usd":26553959},"trust_score":"green","bid_ask_spread_percentage":0.066326,"timestamp":"2021-07-19T03:03:50+00:00","last_traded_at":"2021-07-19T03:03:50+00:00","last_fetch_at":"2021-07-19T03:03:50+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ATOM_USDT?ref=37754157","token_info_url":null,"coin_id":"cosmos","target_coin_id":"tether"},{"base":"BTC","target":"GBP","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":22679.82,"volume":198.948109303248,"converted_last":{"btc":0.98727428,"eth":16.560447,"usd":31190},"converted_volume":{"btc":196.416,"eth":3295,"usd":6205161},"trust_score":"green","bid_ask_spread_percentage":0.052716,"timestamp":"2021-07-19T03:11:58+00:00","last_traded_at":"2021-07-19T03:11:58+00:00","last_fetch_at":"2021-07-19T03:11:58+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_GBP?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"OMG","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":3.5989,"volume":5672348.541942816,"converted_last":{"btc":0.0001141,"eth":0.00191396,"usd":3.61},"converted_volume":{"btc":647.238,"eth":10857,"usd":20460867},"trust_score":"green","bid_ask_spread_percentage":0.03333,"timestamp":"2021-07-19T03:12:01+00:00","last_traded_at":"2021-07-19T03:12:01+00:00","last_fetch_at":"2021-07-19T03:12:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/OMG_USDT?ref=37754157","token_info_url":null,"coin_id":"omisego","target_coin_id":"tether"},{"base":"VET","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":2.08e-06,"volume":71825123.1826923,"converted_last":{"btc":2.08e-06,"eth":3.488e-05,"usd":0.065785},"converted_volume":{"btc":149.396,"eth":2505,"usd":4725014},"trust_score":"green","bid_ask_spread_percentage":0.478469,"timestamp":"2021-07-19T03:03:44+00:00","last_traded_at":"2021-07-19T03:03:44+00:00","last_fetch_at":"2021-07-19T03:03:44+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/VET_BTC?ref=37754157","token_info_url":null,"coin_id":"vechain","target_coin_id":"bitcoin"},{"base":"XMR","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":197.7,"volume":66031.81802128478,"converted_last":{"btc":0.00626813,"eth":0.10516124,"usd":198.22},"converted_volume":{"btc":413.896,"eth":6944,"usd":13089105},"trust_score":"green","bid_ask_spread_percentage":0.045632,"timestamp":"2021-07-19T03:06:36+00:00","last_traded_at":"2021-07-19T03:06:36+00:00","last_fetch_at":"2021-07-19T03:06:36+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XMR_USDT?ref=37754157","token_info_url":null,"coin_id":"monero","target_coin_id":"tether"},{"base":"SOL","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":25.949,"volume":507989.00255917374,"converted_last":{"btc":0.00082178,"eth":0.01378367,"usd":25.98},"converted_volume":{"btc":417.457,"eth":7002,"usd":13199658},"trust_score":"green","bid_ask_spread_percentage":0.061534,"timestamp":"2021-07-19T03:15:48+00:00","last_traded_at":"2021-07-19T03:15:48+00:00","last_fetch_at":"2021-07-19T03:15:48+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/SOL_BUSD?ref=37754157","token_info_url":null,"coin_id":"solana","target_coin_id":"binance-usd"},{"base":"LUNA","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":6.399,"volume":4322498.789708392,"converted_last":{"btc":0.00020288,"eth":0.00340171,"usd":6.42},"converted_volume":{"btc":876.957,"eth":14704,"usd":27735853},"trust_score":"green","bid_ask_spread_percentage":0.093211,"timestamp":"2021-07-19T03:03:32+00:00","last_traded_at":"2021-07-19T03:03:32+00:00","last_fetch_at":"2021-07-19T03:03:32+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LUNA_USDT?ref=37754157","token_info_url":null,"coin_id":"terra-luna","target_coin_id":"tether"},{"base":"USDT","target":"RUB","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":74.488,"volume":2224046.9371482655,"converted_last":{"btc":3.171e-05,"eth":0.00053172,"usd":1.0},"converted_volume":{"btc":70.535,"eth":1183,"usd":2230929},"trust_score":"green","bid_ask_spread_percentage":0.011344,"timestamp":"2021-07-19T02:56:38+00:00","last_traded_at":"2021-07-19T02:56:38+00:00","last_fetch_at":"2021-07-19T02:56:38+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/USDT_RUB?ref=37754157","token_info_url":null,"coin_id":"tether"},{"base":"BAKE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.8088,"volume":12870705.560891198,"converted_last":{"btc":5.735e-05,"eth":0.00096214,"usd":1.81},"converted_volume":{"btc":738.115,"eth":12383,"usd":23344592},"trust_score":"green","bid_ask_spread_percentage":0.071669,"timestamp":"2021-07-19T03:04:19+00:00","last_traded_at":"2021-07-19T03:04:19+00:00","last_fetch_at":"2021-07-19T03:04:19+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BAKE_USDT?ref=37754157","token_info_url":null,"coin_id":"bakerytoken","target_coin_id":"tether"},{"base":"XRP","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.5818,"volume":18646232.907753523,"converted_last":{"btc":1.843e-05,"eth":0.00030906,"usd":0.582467},"converted_volume":{"btc":343.56,"eth":5763,"usd":10860811},"trust_score":"green","bid_ask_spread_percentage":0.017197,"timestamp":"2021-07-19T03:12:49+00:00","last_traded_at":"2021-07-19T03:12:49+00:00","last_fetch_at":"2021-07-19T03:12:49+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XRP_BUSD?ref=37754157","token_info_url":null,"coin_id":"ripple","target_coin_id":"binance-usd"},{"base":"MATIC","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":2.487e-05,"volume":10245279.57137113,"converted_last":{"btc":2.487e-05,"eth":0.00041702,"usd":0.786576},"converted_volume":{"btc":254.8,"eth":4272,"usd":8058693},"trust_score":"green","bid_ask_spread_percentage":0.040274,"timestamp":"2021-07-19T02:55:50+00:00","last_traded_at":"2021-07-19T02:55:50+00:00","last_fetch_at":"2021-07-19T02:55:50+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/MATIC_BTC?ref=37754157","token_info_url":null,"coin_id":"matic-network","target_coin_id":"bitcoin"},{"base":"SAND","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.44736,"volume":131958974.17534201,"converted_last":{"btc":1.418e-05,"eth":0.00023792,"usd":0.448376},"converted_volume":{"btc":1872,"eth":31395,"usd":59167243},"trust_score":"green","bid_ask_spread_percentage":0.033535,"timestamp":"2021-07-19T03:10:38+00:00","last_traded_at":"2021-07-19T03:10:38+00:00","last_fetch_at":"2021-07-19T03:10:38+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/SAND_USDT?ref=37754157","token_info_url":null,"coin_id":"the-sandbox","target_coin_id":"tether"},{"base":"PAXG","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1818.8,"volume":1000.1461799393227,"converted_last":{"btc":0.0576655,"eth":0.96659993,"usd":1823.98},"converted_volume":{"btc":57.674,"eth":966.741,"usd":1824251},"trust_score":"green","bid_ask_spread_percentage":0.039603,"timestamp":"2021-07-19T02:59:09+00:00","last_traded_at":"2021-07-19T02:59:09+00:00","last_fetch_at":"2021-07-19T02:59:09+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/PAXG_USDT?ref=37754157","token_info_url":null,"coin_id":"pax-gold","target_coin_id":"tether"},{"base":"LTC","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.003747,"volume":76013.58365358954,"converted_last":{"btc":0.003747,"eth":0.06286362,"usd":118.51},"converted_volume":{"btc":284.823,"eth":4778,"usd":9008182},"trust_score":"green","bid_ask_spread_percentage":0.053662,"timestamp":"2021-07-19T03:04:03+00:00","last_traded_at":"2021-07-19T03:04:03+00:00","last_fetch_at":"2021-07-19T03:04:03+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LTC_BTC?ref=37754157","token_info_url":null,"coin_id":"litecoin","target_coin_id":"bitcoin"},{"base":"TUSD","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.9999,"volume":1817265.1452555256,"converted_last":{"btc":3.167e-05,"eth":0.00053079,"usd":1.0},"converted_volume":{"btc":57.546,"eth":964.59,"usd":1820191},"trust_score":"green","bid_ask_spread_percentage":0.010001,"timestamp":"2021-07-19T02:59:41+00:00","last_traded_at":"2021-07-19T02:59:41+00:00","last_fetch_at":"2021-07-19T02:59:41+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/TUSD_BUSD?ref=37754157","token_info_url":null,"coin_id":"true-usd","target_coin_id":"binance-usd"},{"base":"COMP","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":370.17,"volume":43926.93380890348,"converted_last":{"btc":0.01173633,"eth":0.19690107,"usd":371.19},"converted_volume":{"btc":515.541,"eth":8649,"usd":16305176},"trust_score":"green","bid_ask_spread_percentage":0.04288,"timestamp":"2021-07-19T03:04:06+00:00","last_traded_at":"2021-07-19T03:04:06+00:00","last_fetch_at":"2021-07-19T03:04:06+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/COMP_USDT?ref=37754157","token_info_url":null,"coin_id":"compound-governance-token","target_coin_id":"tether"},{"base":"BNB","target":"ETH","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.15891,"volume":54153.06520879743,"converted_last":{"btc":0.00948057,"eth":0.15901626,"usd":299.77},"converted_volume":{"btc":513.402,"eth":8611,"usd":16233345},"trust_score":"green","bid_ask_spread_percentage":0.088117,"timestamp":"2021-07-19T03:15:20+00:00","last_traded_at":"2021-07-19T03:15:20+00:00","last_fetch_at":"2021-07-19T03:15:20+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BNB_ETH?ref=37754157","token_info_url":null,"coin_id":"binancecoin","target_coin_id":"ethereum"},{"base":"BTC","target":"AUD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":42829.14,"volume":177.471049387404,"converted_last":{"btc":0.99880702,"eth":16.745523,"usd":31591},"converted_volume":{"btc":177.259,"eth":2972,"usd":5606449},"trust_score":"green","bid_ask_spread_percentage":0.094659,"timestamp":"2021-07-19T02:56:40+00:00","last_traded_at":"2021-07-19T02:56:40+00:00","last_fetch_at":"2021-07-19T02:56:40+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_AUD?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"XMR","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.006256,"volume":23560.826072570333,"converted_last":{"btc":0.006256,"eth":0.10489406,"usd":197.86},"converted_volume":{"btc":147.397,"eth":2471,"usd":4661768},"trust_score":"green","bid_ask_spread_percentage":0.112414,"timestamp":"2021-07-19T03:03:22+00:00","last_traded_at":"2021-07-19T03:03:22+00:00","last_fetch_at":"2021-07-19T03:03:22+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XMR_BTC?ref=37754157","token_info_url":null,"coin_id":"monero","target_coin_id":"bitcoin"},{"base":"LINK","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.00048227,"volume":564615.8981276049,"converted_last":{"btc":0.00048227,"eth":0.00808905,"usd":15.25},"converted_volume":{"btc":272.297,"eth":4567,"usd":8609815},"trust_score":"green","bid_ask_spread_percentage":0.043423,"timestamp":"2021-07-19T03:15:36+00:00","last_traded_at":"2021-07-19T03:15:36+00:00","last_fetch_at":"2021-07-19T03:15:36+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LINK_BTC?ref=37754157","token_info_url":null,"coin_id":"chainlink","target_coin_id":"bitcoin"},{"base":"NEO","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":29.407,"volume":369229.47678865574,"converted_last":{"btc":0.00093236,"eth":0.01563374,"usd":29.49},"converted_volume":{"btc":344.253,"eth":5772,"usd":10887878},"trust_score":"green","bid_ask_spread_percentage":0.054533,"timestamp":"2021-07-19T02:55:52+00:00","last_traded_at":"2021-07-19T02:55:52+00:00","last_fetch_at":"2021-07-19T02:55:52+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/NEO_USDT?ref=37754157","token_info_url":null,"coin_id":"neo","target_coin_id":"tether"},{"base":"ETH","target":"TRY","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":16200.0,"volume":7379.552487391296,"converted_last":{"btc":0.06005547,"eth":1.007559,"usd":1899.2},"converted_volume":{"btc":443.182,"eth":7435,"usd":14015270},"trust_score":"green","bid_ask_spread_percentage":0.061774,"timestamp":"2021-07-19T03:06:59+00:00","last_traded_at":"2021-07-19T03:06:59+00:00","last_fetch_at":"2021-07-19T03:06:59+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ETH_TRY?ref=37754157","token_info_url":null,"coin_id":"ethereum"},{"base":"DASH","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":115.03,"volume":73862.12465707032,"converted_last":{"btc":0.0036465,"eth":0.06116623,"usd":115.28},"converted_volume":{"btc":269.338,"eth":4518,"usd":8515127},"trust_score":"green","bid_ask_spread_percentage":0.035106,"timestamp":"2021-07-19T03:13:02+00:00","last_traded_at":"2021-07-19T03:13:02+00:00","last_fetch_at":"2021-07-19T03:13:02+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DASH_USDT?ref=37754157","token_info_url":null,"coin_id":"dash","target_coin_id":"tether"},{"base":"BTC","target":"DAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":31524.26,"volume":55.814102785826215,"converted_last":{"btc":1.000516,"eth":16.782509,"usd":31629},"converted_volume":{"btc":55.843,"eth":936.701,"usd":1765340},"trust_score":"green","bid_ask_spread_percentage":0.043759,"timestamp":"2021-07-19T03:12:57+00:00","last_traded_at":"2021-07-19T03:12:57+00:00","last_fetch_at":"2021-07-19T03:12:57+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_DAI?ref=37754157","token_info_url":null,"coin_id":"bitcoin","target_coin_id":"dai"},{"base":"YFI","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":27646.44,"volume":292.3538592379294,"converted_last":{"btc":0.8762097,"eth":14.69654,"usd":27705},"converted_volume":{"btc":256.163,"eth":4297,"usd":8099671},"trust_score":"green","bid_ask_spread_percentage":0.065668,"timestamp":"2021-07-19T03:15:35+00:00","last_traded_at":"2021-07-19T03:15:35+00:00","last_fetch_at":"2021-07-19T03:15:35+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/YFI_USDT?ref=37754157","token_info_url":null,"coin_id":"yearn-finance","target_coin_id":"tether"},{"base":"EOS","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.0001145,"volume":965777.9286462882,"converted_last":{"btc":0.0001145,"eth":0.00192062,"usd":3.62},"converted_volume":{"btc":110.582,"eth":1855,"usd":3496034},"trust_score":"green","bid_ask_spread_percentage":0.175439,"timestamp":"2021-07-19T03:13:01+00:00","last_traded_at":"2021-07-19T03:13:01+00:00","last_fetch_at":"2021-07-19T03:13:01+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/EOS_BTC?ref=37754157","token_info_url":null,"coin_id":"eos","target_coin_id":"bitcoin"},{"base":"BUSD","target":"VAI","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":1.127,"volume":116386.21768766637,"converted_last":{"btc":3.167e-05,"eth":0.00053085,"usd":1.0},"converted_volume":{"btc":3.68586,"eth":61.783,"usd":116585},"trust_score":"green","bid_ask_spread_percentage":0.168305,"timestamp":"2021-07-19T02:59:20+00:00","last_traded_at":"2021-07-19T02:59:20+00:00","last_fetch_at":"2021-07-19T02:59:20+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_VAI?ref=37754157","token_info_url":null,"coin_id":"binance-usd","target_coin_id":"vai"},{"base":"ALICE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":5.3,"volume":6116890.684650188,"converted_last":{"btc":0.00016798,"eth":0.00281742,"usd":5.31},"converted_volume":{"btc":1027,"eth":17234,"usd":32488220},"trust_score":"green","bid_ask_spread_percentage":0.067875,"timestamp":"2021-07-19T03:15:07+00:00","last_traded_at":"2021-07-19T03:15:07+00:00","last_fetch_at":"2021-07-19T03:15:07+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ALICE_USDT?ref=37754157","token_info_url":null,"coin_id":"my-neighbor-alice","target_coin_id":"tether"},{"base":"BUSD","target":"BRL","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":5.164,"volume":1557321.6117931835,"converted_last":{"btc":3.192e-05,"eth":0.00053536,"usd":1.01},"converted_volume":{"btc":49.706788,"eth":833.725,"usd":1571687},"trust_score":"green","bid_ask_spread_percentage":0.038715,"timestamp":"2021-07-19T03:15:41+00:00","last_traded_at":"2021-07-19T03:15:41+00:00","last_fetch_at":"2021-07-19T03:15:41+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BUSD_BRL?ref=37754157","token_info_url":null,"coin_id":"binance-usd"},{"base":"MATIC","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.784,"volume":19288320.478493623,"converted_last":{"btc":2.483e-05,"eth":0.00041618,"usd":0.785341},"converted_volume":{"btc":478.903,"eth":8027,"usd":15147909},"trust_score":"green","bid_ask_spread_percentage":0.053184,"timestamp":"2021-07-19T02:59:29+00:00","last_traded_at":"2021-07-19T02:59:29+00:00","last_fetch_at":"2021-07-19T02:59:29+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/MATIC_BUSD?ref=37754157","token_info_url":null,"coin_id":"matic-network","target_coin_id":"binance-usd"},{"base":"ADA","target":"ETH","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.00062286,"volume":3570881.0192178017,"converted_last":{"btc":3.713e-05,"eth":0.00062236,"usd":1.17},"converted_volume":{"btc":132.582,"eth":2222,"usd":4193628},"trust_score":"green","bid_ask_spread_percentage":0.093159,"timestamp":"2021-07-19T02:59:35+00:00","last_traded_at":"2021-07-19T02:59:35+00:00","last_fetch_at":"2021-07-19T02:59:35+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/ADA_ETH?ref=37754157","token_info_url":null,"coin_id":"cardano","target_coin_id":"ethereum"},{"base":"RUNE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":3.888,"volume":6442698.106403806,"converted_last":{"btc":0.00012322,"eth":0.00206682,"usd":3.9},"converted_volume":{"btc":793.895,"eth":13316,"usd":25102291},"trust_score":"green","bid_ask_spread_percentage":0.127616,"timestamp":"2021-07-19T03:15:22+00:00","last_traded_at":"2021-07-19T03:15:22+00:00","last_fetch_at":"2021-07-19T03:15:22+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/RUNE_USDT?ref=37754157","token_info_url":null,"coin_id":"thorchain","target_coin_id":"tether"},{"base":"BTC","target":"BRL","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":163026.0,"volume":122.02871297690552,"converted_last":{"btc":1.007348,"eth":16.888721,"usd":31861},"converted_volume":{"btc":122.925,"eth":2061,"usd":3887948},"trust_score":"green","bid_ask_spread_percentage":0.029326,"timestamp":"2021-07-19T02:56:15+00:00","last_traded_at":"2021-07-19T02:56:15+00:00","last_fetch_at":"2021-07-19T02:56:15+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BTC_BRL?ref=37754157","token_info_url":null,"coin_id":"bitcoin"},{"base":"CAKE","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":12.751,"volume":1485804.0247343737,"converted_last":{"btc":0.00040427,"eth":0.00677786,"usd":12.79},"converted_volume":{"btc":600.671,"eth":10071,"usd":18998343},"trust_score":"green","bid_ask_spread_percentage":0.062393,"timestamp":"2021-07-19T02:56:11+00:00","last_traded_at":"2021-07-19T02:56:11+00:00","last_fetch_at":"2021-07-19T02:56:11+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/CAKE_USDT?ref=37754157","token_info_url":null,"coin_id":"pancakeswap-token","target_coin_id":"tether"},{"base":"LINK","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":15.218,"volume":330628.831974701,"converted_last":{"btc":0.00048194,"eth":0.00808355,"usd":15.24},"converted_volume":{"btc":159.344,"eth":2673,"usd":5038323},"trust_score":"green","bid_ask_spread_percentage":0.065441,"timestamp":"2021-07-19T03:15:14+00:00","last_traded_at":"2021-07-19T03:15:14+00:00","last_fetch_at":"2021-07-19T03:15:14+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/LINK_BUSD?ref=37754157","token_info_url":null,"coin_id":"chainlink","target_coin_id":"binance-usd"},{"base":"PAXG","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.05779,"volume":498.4776639557017,"converted_last":{"btc":0.05779,"eth":0.96896224,"usd":1827.75},"converted_volume":{"btc":28.807024,"eth":483.006,"usd":911091},"trust_score":"green","bid_ask_spread_percentage":0.173551,"timestamp":"2021-07-19T03:03:13+00:00","last_traded_at":"2021-07-19T03:03:13+00:00","last_fetch_at":"2021-07-19T03:03:13+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/PAXG_BTC?ref=37754157","token_info_url":null,"coin_id":"pax-gold","target_coin_id":"bitcoin"},{"base":"DOGE","target":"BUSD","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.17848,"volume":146866704.29053116,"converted_last":{"btc":5.65e-06,"eth":9.481e-05,"usd":0.178685},"converted_volume":{"btc":830.138,"eth":13925,"usd":26242811},"trust_score":"green","bid_ask_spread_percentage":0.016734,"timestamp":"2021-07-19T03:12:59+00:00","last_traded_at":"2021-07-19T03:12:59+00:00","last_fetch_at":"2021-07-19T03:12:59+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DOGE_BUSD?ref=37754157","token_info_url":null,"coin_id":"dogecoin","target_coin_id":"binance-usd"},{"base":"FTT","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.0008202,"volume":68998.03198000487,"converted_last":{"btc":0.0008202,"eth":0.0137571,"usd":25.93},"converted_volume":{"btc":56.592,"eth":949.213,"usd":1789398},"trust_score":"green","bid_ask_spread_percentage":0.085158,"timestamp":"2021-07-19T03:15:25+00:00","last_traded_at":"2021-07-19T03:15:25+00:00","last_fetch_at":"2021-07-19T03:15:25+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/FTT_BTC?ref=37754157","token_info_url":null,"coin_id":"ftx-token","target_coin_id":"bitcoin"},{"base":"XTZ","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":2.3906,"volume":2855454.3520785575,"converted_last":{"btc":7.579e-05,"eth":0.00127048,"usd":2.4},"converted_volume":{"btc":216.428,"eth":3628,"usd":6845706},"trust_score":"green","bid_ask_spread_percentage":0.113288,"timestamp":"2021-07-19T02:59:02+00:00","last_traded_at":"2021-07-19T02:59:02+00:00","last_fetch_at":"2021-07-19T02:59:02+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/XTZ_USDT?ref=37754157","token_info_url":null,"coin_id":"tezos","target_coin_id":"tether"},{"base":"DOT","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.0003894,"volume":1479050.7374678992,"converted_last":{"btc":0.0003894,"eth":0.00652945,"usd":12.32},"converted_volume":{"btc":575.942,"eth":9657,"usd":18215623},"trust_score":"green","bid_ask_spread_percentage":0.018026,"timestamp":"2021-07-19T02:55:50+00:00","last_traded_at":"2021-07-19T02:55:50+00:00","last_fetch_at":"2021-07-19T02:55:50+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/DOT_BTC?ref=37754157","token_info_url":null,"coin_id":"polkadot","target_coin_id":"bitcoin"},{"base":"BCH","target":"BTC","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.013795,"volume":7526.404268938021,"converted_last":{"btc":0.013795,"eth":0.23123436,"usd":436.34},"converted_volume":{"btc":103.827,"eth":1740,"usd":3284084},"trust_score":"green","bid_ask_spread_percentage":0.050414,"timestamp":"2021-07-19T02:59:40+00:00","last_traded_at":"2021-07-19T02:59:40+00:00","last_fetch_at":"2021-07-19T02:59:40+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BCH_BTC?ref=37754157","token_info_url":null,"coin_id":"bitcoin-cash","target_coin_id":"bitcoin"},{"base":"AVAX","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":10.54,"volume":715553.5108333966,"converted_last":{"btc":0.00033412,"eth":0.00560452,"usd":10.56},"converted_volume":{"btc":239.083,"eth":4010,"usd":7558024},"trust_score":"green","bid_ask_spread_percentage":0.074074,"timestamp":"2021-07-19T03:12:53+00:00","last_traded_at":"2021-07-19T03:12:53+00:00","last_fetch_at":"2021-07-19T03:12:53+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/AVAX_USDT?ref=37754157","token_info_url":null,"coin_id":"avalanche-2","target_coin_id":"tether"},{"base":"BAT","target":"USDT","market":{"name":"Binance","identifier":"binance","has_trading_incentive":false},"last":0.5067,"volume":15755851.378792185,"converted_last":{"btc":1.607e-05,"eth":0.00026929,"usd":0.508144},"converted_volume":{"btc":253.119,"eth":4243,"usd":8006245},"trust_score":"green","bid_ask_spread_percentage":0.059113,"timestamp":"2021-07-19T02:59:23+00:00","last_traded_at":"2021-07-19T02:59:23+00:00","last_fetch_at":"2021-07-19T02:59:23+00:00","is_anomaly":false,"is_stale":false,"trade_url":"https://www.binance.com/en/trade/BAT_USDT?ref=37754157","token_info_url":null,"coin_id":"basic-attention-token","target_coin_id":"tether"}]}'
144
+ recorded_at: Mon, 19 Jul 2021 03:15:57 GMT
145
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,120 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=ethereum
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.coingecko.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Sat, 15 May 2021 15:34:55 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Cache-Control:
32
+ - public, max-age=30
33
+ Access-Control-Allow-Origin:
34
+ - "*"
35
+ Access-Control-Allow-Methods:
36
+ - POST, PUT, DELETE, GET, OPTIONS
37
+ Access-Control-Request-Method:
38
+ - "*"
39
+ Access-Control-Allow-Headers:
40
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization
41
+ Access-Control-Expose-Headers:
42
+ - link, per-page, total
43
+ Vary:
44
+ - Accept-Encoding, Origin
45
+ Etag:
46
+ - W/"b8267f6d6732212d261eaf9dfb5b946d"
47
+ X-Request-Id:
48
+ - 5b594b09-7248-4b0a-a541-e633a0fc975f
49
+ X-Runtime:
50
+ - '0.064704'
51
+ Alternate-Protocol:
52
+ - 443:npn-spdy/2
53
+ Cf-Cache-Status:
54
+ - MISS
55
+ Expires:
56
+ - Sat, 15 May 2021 15:35:25 GMT
57
+ Cf-Request-Id:
58
+ - 0a12439e0c000024bb93081000000001
59
+ Expect-Ct:
60
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
61
+ Server:
62
+ - cloudflare
63
+ Cf-Ray:
64
+ - 64fd6edcdbf124bb-HKG
65
+ Alt-Svc:
66
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
67
+ body:
68
+ encoding: ASCII-8BIT
69
+ string: '{"bitcoin":{}}'
70
+ recorded_at: Sat, 15 May 2021 15:34:55 GMT
71
+ - request:
72
+ method: get
73
+ uri: https://api.coingecko.com/api/v3/simple/price
74
+ body:
75
+ encoding: US-ASCII
76
+ string: ''
77
+ headers:
78
+ Accept-Encoding:
79
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
80
+ Accept:
81
+ - "*/*"
82
+ User-Agent:
83
+ - Ruby
84
+ response:
85
+ status:
86
+ code: 422
87
+ message: Unprocessable Entity
88
+ headers:
89
+ Date:
90
+ - Mon, 19 Jul 2021 03:21:30 GMT
91
+ Content-Type:
92
+ - application/json; charset=utf-8
93
+ Transfer-Encoding:
94
+ - chunked
95
+ Connection:
96
+ - keep-alive
97
+ Vary:
98
+ - Accept-Encoding, Origin
99
+ Cache-Control:
100
+ - no-cache
101
+ X-Request-Id:
102
+ - 488e61ef-ddf8-4e01-95fa-3370d253e5b0
103
+ X-Runtime:
104
+ - '0.003335'
105
+ Cf-Cache-Status:
106
+ - MISS
107
+ Expect-Ct:
108
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
109
+ Server:
110
+ - cloudflare
111
+ Cf-Ray:
112
+ - 6710d1e9fc013c40-HKG
113
+ Alt-Svc:
114
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443";
115
+ ma=86400
116
+ body:
117
+ encoding: ASCII-8BIT
118
+ string: '{"error":"Missing parameter ids"}'
119
+ recorded_at: Mon, 19 Jul 2021 03:21:30 GMT
120
+ recorded_with: VCR 6.0.0
@@ -0,0 +1,122 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.coingecko.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Sat, 15 May 2021 15:34:55 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Cache-Control:
32
+ - public, max-age=30
33
+ Access-Control-Allow-Origin:
34
+ - "*"
35
+ Access-Control-Allow-Methods:
36
+ - POST, PUT, DELETE, GET, OPTIONS
37
+ Access-Control-Request-Method:
38
+ - "*"
39
+ Access-Control-Allow-Headers:
40
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization
41
+ Access-Control-Expose-Headers:
42
+ - link, per-page, total
43
+ Vary:
44
+ - Accept-Encoding, Origin
45
+ Etag:
46
+ - W/"aae06629d471e7e8c974409a1b21a4e7"
47
+ X-Request-Id:
48
+ - 79108dc0-8580-40ca-aee5-e38a7c919141
49
+ X-Runtime:
50
+ - '0.003789'
51
+ Alternate-Protocol:
52
+ - 443:npn-spdy/2
53
+ Cf-Cache-Status:
54
+ - HIT
55
+ Age:
56
+ - '42'
57
+ Expires:
58
+ - Sat, 15 May 2021 15:35:25 GMT
59
+ Cf-Request-Id:
60
+ - 0a1243a3dd0000d1ef18bd9000000001
61
+ Expect-Ct:
62
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
63
+ Server:
64
+ - cloudflare
65
+ Cf-Ray:
66
+ - 64fd6ee62c95d1ef-HKG
67
+ Alt-Svc:
68
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
69
+ body:
70
+ encoding: ASCII-8BIT
71
+ string: '{"bitcoin":{"usd":49326}}'
72
+ recorded_at: Sat, 15 May 2021 15:34:55 GMT
73
+ - request:
74
+ method: get
75
+ uri: https://api.coingecko.com/api/v3/simple/price
76
+ body:
77
+ encoding: US-ASCII
78
+ string: ''
79
+ headers:
80
+ Accept-Encoding:
81
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
82
+ Accept:
83
+ - "*/*"
84
+ User-Agent:
85
+ - Ruby
86
+ response:
87
+ status:
88
+ code: 422
89
+ message: Unprocessable Entity
90
+ headers:
91
+ Date:
92
+ - Mon, 19 Jul 2021 03:21:29 GMT
93
+ Content-Type:
94
+ - application/json; charset=utf-8
95
+ Transfer-Encoding:
96
+ - chunked
97
+ Connection:
98
+ - keep-alive
99
+ Vary:
100
+ - Accept-Encoding, Origin
101
+ Cache-Control:
102
+ - no-cache
103
+ X-Request-Id:
104
+ - '06339b1b-1b23-49b6-bc3b-1ba6b3bd01c4'
105
+ X-Runtime:
106
+ - '0.004344'
107
+ Cf-Cache-Status:
108
+ - MISS
109
+ Expect-Ct:
110
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
111
+ Server:
112
+ - cloudflare
113
+ Cf-Ray:
114
+ - 6710d1e6cd0a3ce2-HKG
115
+ Alt-Svc:
116
+ - h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443";
117
+ ma=86400
118
+ body:
119
+ encoding: ASCII-8BIT
120
+ string: '{"error":"Missing parameter ids"}'
121
+ recorded_at: Mon, 19 Jul 2021 03:21:29 GMT
122
+ recorded_with: VCR 6.0.0