currency-rate 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/currency-rate.gemspec +4 -6
  4. data/lib/adapter.rb +36 -4
  5. data/lib/btc_adapters/average_rate_adapter.rb +2 -0
  6. data/lib/btc_adapters/bitfinex_adapter.rb +9 -0
  7. data/lib/btc_adapters/bitpay_adapter.rb +9 -2
  8. data/lib/btc_adapters/bitstamp_adapter.rb +9 -1
  9. data/lib/btc_adapters/btcchina_adapter.rb +5 -1
  10. data/lib/btc_adapters/btce_adapter.rb +9 -1
  11. data/lib/btc_adapters/coinbase_adapter.rb +9 -0
  12. data/lib/btc_adapters/huobi_adapter.rb +9 -0
  13. data/lib/btc_adapters/kraken_adapter.rb +9 -0
  14. data/lib/btc_adapters/localbitcoins_adapter.rb +9 -0
  15. data/lib/btc_adapters/okcoin_adapter.rb +9 -0
  16. data/lib/currency_rate.rb +6 -1
  17. data/lib/fiat_adapters/fixer_adapter.rb +11 -0
  18. data/lib/fiat_adapters/yahoo_adapter.rb +8 -0
  19. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/average_rate_adapter.yml +307 -281
  20. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/bitfinex_adapter.yml +46 -50
  21. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/bitpay_adapter.yml +272 -0
  22. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/btcchina_adapter.yml +9 -8
  23. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/btce_adapter.yml +30 -30
  24. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/coinbase_adapter.yml +36 -16
  25. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/huobi_adapter.yml +20 -20
  26. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/kraken_adapter.yml +12 -12
  27. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/localbitcoins_adapter.yml +88 -83
  28. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/okcoin_adapter.yml +52 -36
  29. data/spec/fixtures/vcr/exchange_rate_adapters/fiat_adapters/fixer_adapter.yml +16 -12
  30. data/spec/fixtures/vcr/exchange_rate_adapters/fiat_adapters/yahoo_adapter.yml +9 -11
  31. data/spec/lib/btc_adapter_spec.rb +12 -1
  32. data/spec/lib/btc_adapters/average_rate_adapter_spec.rb +1 -6
  33. data/spec/lib/btc_adapters/bitfinex_adapter_spec.rb +6 -6
  34. data/spec/lib/btc_adapters/bitpay_adapter_spec.rb +5 -5
  35. data/spec/lib/btc_adapters/bitstamp_adapter_spec.rb +9 -9
  36. data/spec/lib/btc_adapters/btcchina_adapter_spec.rb +4 -4
  37. data/spec/lib/btc_adapters/btce_adapter_spec.rb +10 -10
  38. data/spec/lib/btc_adapters/coinbase_adapter_spec.rb +4 -4
  39. data/spec/lib/btc_adapters/huobi_adapter_spec.rb +6 -6
  40. data/spec/lib/btc_adapters/kraken_adapter_spec.rb +6 -6
  41. data/spec/lib/btc_adapters/localbitcoins_adapter_spec.rb +4 -4
  42. data/spec/lib/btc_adapters/okcoin_adapter_spec.rb +11 -11
  43. data/spec/lib/fiat_adapters/fixer_adapter_spec.rb +5 -5
  44. data/spec/lib/fiat_adapters/yahoo_adapter_spec.rb +5 -5
  45. metadata +3 -4
  46. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/bitpay_adapter_yml.yml +0 -272
  47. data/spec/fixtures/vcr/exchange_rate_adapters/btc_adapters/bitstamp_adapter.yml +0 -153
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sat, 18 Jun 2016 15:50:04 GMT
22
+ - Mon, 06 Feb 2017 05:24:46 GMT
23
23
  Content-Type:
24
24
  - text/html; charset=UTF-8
25
25
  Transfer-Encoding:
@@ -27,8 +27,8 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d32dfa667b372f8073615fe78df5017ea1466265003; expires=Sun, 18-Jun-17
31
- 15:50:03 GMT; path=/; domain=.btc-e.com; HttpOnly
30
+ - __cfduid=d72b6d12d08485dfc4eeab10d45c074601486358685; expires=Tue, 06-Feb-18
31
+ 05:24:45 GMT; path=/; domain=.btc-e.com; HttpOnly
32
32
  X-Frame-Options:
33
33
  - DENY
34
34
  Strict-Transport-Security:
@@ -38,12 +38,12 @@ http_interactions:
38
38
  Server:
39
39
  - cloudflare-nginx
40
40
  Cf-Ray:
41
- - 2b4fe50db57130d8-SIN
41
+ - 32cc2d7a991f3108-SIN
42
42
  body:
43
43
  encoding: ASCII-8BIT
44
- string: '{"ticker":{"high":733,"low":712.77301,"avg":722.886505,"vol":4306562.83402,"vol_cur":5950.47112,"last":723.872,"buy":725.418,"sell":723.623,"updated":1466265002,"server_time":1466265004}}'
44
+ string: '{"ticker":{"high":1007.7,"low":982,"avg":994.85,"vol":3342512.38648,"vol_cur":3358.26871,"last":996.995,"buy":996.994,"sell":995.111,"updated":1486358686,"server_time":1486358686}}'
45
45
  http_version:
46
- recorded_at: Sat, 18 Jun 2016 15:50:04 GMT
46
+ recorded_at: Mon, 06 Feb 2017 05:24:46 GMT
47
47
  - request:
48
48
  method: get
49
49
  uri: https://btc-e.com/api/2/btc_eur/ticker
@@ -63,7 +63,7 @@ http_interactions:
63
63
  message: OK
64
64
  headers:
65
65
  Date:
66
- - Sat, 18 Jun 2016 15:50:05 GMT
66
+ - Mon, 06 Feb 2017 05:24:48 GMT
67
67
  Content-Type:
68
68
  - text/html; charset=UTF-8
69
69
  Transfer-Encoding:
@@ -71,8 +71,8 @@ http_interactions:
71
71
  Connection:
72
72
  - keep-alive
73
73
  Set-Cookie:
74
- - __cfduid=d17fedad8cf8b29b59bf476a5fdb2462a1466265004; expires=Sun, 18-Jun-17
75
- 15:50:04 GMT; path=/; domain=.btc-e.com; HttpOnly
74
+ - __cfduid=d0bf299022b935e1f319805723d24ad1e1486358687; expires=Tue, 06-Feb-18
75
+ 05:24:47 GMT; path=/; domain=.btc-e.com; HttpOnly
76
76
  X-Frame-Options:
77
77
  - DENY
78
78
  Strict-Transport-Security:
@@ -82,12 +82,12 @@ http_interactions:
82
82
  Server:
83
83
  - cloudflare-nginx
84
84
  Cf-Ray:
85
- - 2b4fe517151c316e-SIN
85
+ - 32cc2d843b690811-SIN
86
86
  body:
87
87
  encoding: ASCII-8BIT
88
- string: '{"ticker":{"high":672.828,"low":651.29999,"avg":662.063995,"vol":27723.14423,"vol_cur":41.71361,"last":665.022,"buy":670.99599,"sell":665.022,"updated":1466265004,"server_time":1466265005}}'
88
+ string: '{"ticker":{"high":959.75212,"low":940.01,"avg":949.88106,"vol":95181.53567,"vol_cur":100.63181,"last":947.661,"buy":947.661,"sell":941.869,"updated":1486358686,"server_time":1486358688}}'
89
89
  http_version:
90
- recorded_at: Sat, 18 Jun 2016 15:50:05 GMT
90
+ recorded_at: Mon, 06 Feb 2017 05:24:48 GMT
91
91
  - request:
92
92
  method: get
93
93
  uri: https://btc-e.com/api/2/btc_rur/ticker
@@ -107,7 +107,7 @@ http_interactions:
107
107
  message: OK
108
108
  headers:
109
109
  Date:
110
- - Sat, 18 Jun 2016 15:50:07 GMT
110
+ - Mon, 06 Feb 2017 05:24:49 GMT
111
111
  Content-Type:
112
112
  - text/html; charset=UTF-8
113
113
  Transfer-Encoding:
@@ -115,8 +115,8 @@ http_interactions:
115
115
  Connection:
116
116
  - keep-alive
117
117
  Set-Cookie:
118
- - __cfduid=dec62e312934b2116f75bcbb3aeec3d431466265006; expires=Sun, 18-Jun-17
119
- 15:50:06 GMT; path=/; domain=.btc-e.com; HttpOnly
118
+ - __cfduid=d6cd66a49fe460cfbfa192930966c3b171486358688; expires=Tue, 06-Feb-18
119
+ 05:24:48 GMT; path=/; domain=.btc-e.com; HttpOnly
120
120
  X-Frame-Options:
121
121
  - DENY
122
122
  Strict-Transport-Security:
@@ -126,12 +126,12 @@ http_interactions:
126
126
  Server:
127
127
  - cloudflare-nginx
128
128
  Cf-Ray:
129
- - 2b4fe520c154114d-SIN
129
+ - 32cc2d8d3d9817b6-SIN
130
130
  body:
131
131
  encoding: ASCII-8BIT
132
- string: '{"ticker":{"high":45000,"low":41900,"avg":43450,"vol":7707996.27269,"vol_cur":178.09678,"last":44000,"buy":43999.98,"sell":43546.24001,"updated":1466265006,"server_time":1466265007}}'
132
+ string: '{"ticker":{"high":59780,"low":58506,"avg":59143,"vol":8027893.79391,"vol_cur":136.28798,"last":58944,"buy":58944,"sell":58645.00002,"updated":1486358688,"server_time":1486358689}}'
133
133
  http_version:
134
- recorded_at: Sat, 18 Jun 2016 15:50:07 GMT
134
+ recorded_at: Mon, 06 Feb 2017 05:24:49 GMT
135
135
  - request:
136
136
  method: get
137
137
  uri: https://btc-e.com/api/2/usd_rur/ticker
@@ -151,7 +151,7 @@ http_interactions:
151
151
  message: OK
152
152
  headers:
153
153
  Date:
154
- - Sat, 18 Jun 2016 15:50:08 GMT
154
+ - Mon, 06 Feb 2017 05:24:50 GMT
155
155
  Content-Type:
156
156
  - text/html; charset=UTF-8
157
157
  Transfer-Encoding:
@@ -159,8 +159,8 @@ http_interactions:
159
159
  Connection:
160
160
  - keep-alive
161
161
  Set-Cookie:
162
- - __cfduid=dd864797f24d890bc6c808fe36582f2911466265007; expires=Sun, 18-Jun-17
163
- 15:50:07 GMT; path=/; domain=.btc-e.com; HttpOnly
162
+ - __cfduid=dc95c63c2a13023c582a1807d0a919e8c1486358689; expires=Tue, 06-Feb-18
163
+ 05:24:49 GMT; path=/; domain=.btc-e.com; HttpOnly
164
164
  X-Frame-Options:
165
165
  - DENY
166
166
  Strict-Transport-Security:
@@ -170,12 +170,12 @@ http_interactions:
170
170
  Server:
171
171
  - cloudflare-nginx
172
172
  Cf-Ray:
173
- - 2b4fe52a486e111d-SIN
173
+ - 32cc2d936a4a307e-SIN
174
174
  body:
175
175
  encoding: ASCII-8BIT
176
- string: '{"ticker":{"high":60.8,"low":58.2649,"avg":59.53245,"vol":2455565.7229,"vol_cur":41223.02557,"last":60.5,"buy":60.5,"sell":60.1595,"updated":1466265008,"server_time":1466265008}}'
176
+ string: '{"ticker":{"high":59.49,"low":59,"avg":59.245,"vol":2143965.45585,"vol_cur":36218.35212,"last":59.2,"buy":59.385,"sell":59.10001,"updated":1486358690,"server_time":1486358690}}'
177
177
  http_version:
178
- recorded_at: Sat, 18 Jun 2016 15:50:08 GMT
178
+ recorded_at: Mon, 06 Feb 2017 05:24:50 GMT
179
179
  - request:
180
180
  method: get
181
181
  uri: https://btc-e.com/api/2/eur_rur/ticker
@@ -195,7 +195,7 @@ http_interactions:
195
195
  message: OK
196
196
  headers:
197
197
  Date:
198
- - Sat, 18 Jun 2016 15:50:10 GMT
198
+ - Mon, 06 Feb 2017 05:24:52 GMT
199
199
  Content-Type:
200
200
  - text/html; charset=UTF-8
201
201
  Transfer-Encoding:
@@ -203,8 +203,8 @@ http_interactions:
203
203
  Connection:
204
204
  - keep-alive
205
205
  Set-Cookie:
206
- - __cfduid=d8355c48441f2a532d755197b102013dc1466265009; expires=Sun, 18-Jun-17
207
- 15:50:09 GMT; path=/; domain=.btc-e.com; HttpOnly
206
+ - __cfduid=d40a21a585c1ef802dbcae7c78eaea6121486358691; expires=Tue, 06-Feb-18
207
+ 05:24:51 GMT; path=/; domain=.btc-e.com; HttpOnly
208
208
  X-Frame-Options:
209
209
  - DENY
210
210
  Strict-Transport-Security:
@@ -214,10 +214,10 @@ http_interactions:
214
214
  Server:
215
215
  - cloudflare-nginx
216
216
  Cf-Ray:
217
- - 2b4fe533bccb319e-SIN
217
+ - 32cc2d9c895b1123-SIN
218
218
  body:
219
219
  encoding: ASCII-8BIT
220
- string: '{"ticker":{"high":66.6,"low":63.13646,"avg":64.86823,"vol":609270.38881,"vol_cur":9429.27385,"last":65.63,"buy":65.8254,"sell":65.4312,"updated":1466265010,"server_time":1466265010}}'
220
+ string: '{"ticker":{"high":62.57569,"low":61.9,"avg":62.237845,"vol":58032.97851,"vol_cur":934.68862,"last":62.06926,"buy":62.36663,"sell":62.01,"updated":1486358690,"server_time":1486358692}}'
221
221
  http_version:
222
- recorded_at: Sat, 18 Jun 2016 15:50:10 GMT
222
+ recorded_at: Mon, 06 Feb 2017 05:24:52 GMT
223
223
  recorded_with: VCR 3.0.3
@@ -19,28 +19,48 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 19 Jun 2016 14:09:43 GMT
22
+ - Mon, 06 Feb 2017 05:24:53 GMT
23
23
  Content-Type:
24
24
  - application/json; charset=utf-8
25
25
  Content-Length:
26
- - '8446'
26
+ - '5099'
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=dd16a679e4e520b40985ad2377d971b071466345382; expires=Mon, 19-Jun-17
31
- 14:09:42 GMT; path=/; domain=.coinbase.com; HttpOnly
32
- - _coinbase=SUh3YzFoeGlzdmpaL2YySkt5TDRvc3YxajZlOTJzL3NKbWg1cTFtVUtLT2VJcm1zNkpUcGlDOHJxQXArR05GMGpjWnNUOHQvbWJIZzVhR0syTVdKbGJWNDk4SWRVL012cS9nWW1tb1pheDRVdXVpaUtBenJpdFc5SUFWOTYxd2lUeDZuUUtPWXFnTHF3K1NzdUZYYjBnPT0tLWt0VUFJVkUwUkR0aU9ESUwxajlUb3c9PQ%3D%3D--117fce66aaacf99a93373f5e6d89a30a8099616f;
30
+ - __cfduid=dcc98630d5104a1132baa416c3fd3be721486358693; expires=Tue, 06-Feb-18
31
+ 05:24:53 GMT; path=/; domain=.coinbase.com; HttpOnly
32
+ - _coinbase=RW13VEZPeGlvSHJmZGk2L1B6N0o3R29JdmV1R0hSUU1BeDRxQ0Yrc05oV3lVS3VXc3JUN2ZzVzhEclk0Slc3Ui9Ib1FVVlpRNkwvVm9TYkZjTEJPT3dMbTZCMXc1NDJ5OSs2dXlzZHpVTGY3dmVBS2JIR3cyalpWRFJ3Q3lZZGZvck0wNGpXOVlYR1NqWklKRlpCV3pRPT0tLWxEOFRwUTFqVTZuREhLMGVqYkxreFE9PQ%3D%3D--3146fd822b0c72a392b35bbaddaffa1112dcb6a1;
33
33
  path=/; secure; HttpOnly
34
34
  Cache-Control:
35
- - private, no-cache, no-store, must-revalidate
35
+ - public, s-maxage=30, max-age=30
36
36
  Content-Disposition:
37
37
  - attachment; filename=response.json
38
+ Content-Security-Policy:
39
+ - 'default-src ''self'' https://www.coinbase.com; child-src ''self'' https://www.coinbase.com
40
+ https://*.olark.com https://*.online-metrix.net https://*.wpstn.com https://netverify.com
41
+ https://platform.twitter.com; connect-src ''self'' https://www.coinbase.com
42
+ https://api.coinbase.com https://api.mixpanel.com https://*.online-metrix.net
43
+ https://api.cloudinary.com https://*.olark.com static.coinbase.com wss://ws.coinbase.com
44
+ wss://ws.coinbase.com:443; font-src ''self'' https://www.coinbase.com static.coinbase.com;
45
+ img-src ''self'' data: https://www.coinbase.com https://images.coinbase.com
46
+ https://exceptions.coinbase.com https://coinbase-uploads.s3.amazonaws.com
47
+ https://maps.gstatic.com https://ssl.google-analytics.com https://www.google.com
48
+ https://maps.googleapis.com https://csi.gstatic.com https://www.google-analytics.com
49
+ https://*.olark.com https://res.cloudinary.com https://secure.gravatar.com
50
+ https://i2.wp.com https://*.online-metrix.net https://hexagon-analytics.com
51
+ https://api.mixpanel.com blob: static.coinbase.com; media-src ''self'' https://www.coinbase.com
52
+ https://*.olark.com blob:; object-src ''self'' data: https://www.coinbase.com
53
+ https://cdn.siftscience.com https://*.online-metrix.net https://www.gstatic.com
54
+ https://www.google.com/recaptcha/api/; script-src ''self'' ''unsafe-inline''
55
+ ''unsafe-eval'' https://www.coinbase.com https://*.olark.com https://cdn.siftscience.com
56
+ https://*.newrelic.com https://bam.nr-data.net https://*.google-analytics.com
57
+ https://www.google.com https://www.gstatic.com https://*.online-metrix.net
58
+ https://code.jquery.com https://chart.googleapis.com https://maps.googleapis.com
59
+ https://maps.gstatic.com https://netverify.com https://ajax.cloudflare.com
60
+ static.coinbase.com; style-src ''self'' ''unsafe-inline'' https://www.coinbase.com
61
+ https://static.olark.com static.coinbase.com; report-uri /csp-report'
38
62
  Etag:
39
- - W/"8a609893ea2d15baa47868b4f5661d80"
40
- Expires:
41
- - Sat, 01 Jan 2000 00:00:00 GMT
42
- Pragma:
43
- - no-cache
63
+ - W/"d54cba2de449c145cc2e1928e7d4288f"
44
64
  Public-Key-Pins:
45
65
  - max-age=5184000; pin-sha256="r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=";
46
66
  pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="JbQbUG5JMJUoI6brnx0x3vZF6jilxsapbXGVfjhN8Fg="
@@ -53,24 +73,24 @@ http_interactions:
53
73
  X-Download-Options:
54
74
  - noopen
55
75
  X-Frame-Options:
56
- - SAMEORIGIN
76
+ - DENY
57
77
  X-Permitted-Cross-Domain-Policies:
58
78
  - none
59
79
  X-Powered-By:
60
80
  - Proof-of-Work
61
81
  X-Request-Id:
62
- - c1ccb2f9-7ac3-4e01-8f2a-88b212a4bd5b
82
+ - 05c94963-57ee-44ef-8747-6d2b1609a658
63
83
  X-Xss-Protection:
64
84
  - 1; mode=block
65
85
  Server:
66
86
  - cloudflare-nginx
67
87
  Cf-Ray:
68
- - 2b578f7055f8311a-SIN
88
+ - 32cc2da75bd217c2-SIN
69
89
  body:
70
90
  encoding: ASCII-8BIT
71
- string: '{"usd_to_mzn":"61.027501","bbd_to_usd":"0.5","btc_to_awg":"1365.156813","ttd_to_usd":"0.150723","idr_to_usd":"0.000075","xpf_to_eth":"0.000779","eth_to_kmf":"5255.739782","btc_to_top":"1706.164928","amd_to_eth":"0.000173","usd_to_gel":"2.17928","btc_to_bsd":"761.24","eth_to_sar":"45.417053","btc_to_pkr":"79633.317161","eth_to_gip":"8.433792","sek_to_btc":"0.000158","cop_to_btc":"0.0","eth_to_idr":"161504.207663","omr_to_usd":"2.596796","usd_to_shp":"0.696432","uzs_to_usd":"0.00034","eth_to_mtl":"8.280067","all_to_eth":"0.000674","usd_to_pln":"3.913989","eth_to_lsl":"183.605644","btc_to_ang":"1361.725143","ugx_to_btc":"0.0","usd_to_tzs":"2190.916634","btc_to_uzs":"2242228.609994","pkr_to_eth":"0.000789","ltl_to_btc":"0.000433","cop_to_eth":"0.000027","eth_to_ugx":"40575.7656","sbd_to_usd":"0.128229","eth_to_bnd":"16.335034","usd_to_nok":"8.358579","eth_to_mnt":"23678.0775","sos_to_usd":"0.001708","btc_to_btn":"51065.817595","btc_to_ern":"11417.45814","eth_to_pln":"47.398407","bgn_to_usd":"0.57666","btc_to_bif":"1196344.098825","nok_to_eth":"0.009879","pyg_to_btc":"0.0","sos_to_btc":"0.000002","usd_to_dzd":"109.945401","eth_to_rsd":"1323.581342","fjd_to_usd":"0.480727","rwf_to_eth":"0.000108","eth_to_mur":"429.56925","aed_to_eth":"0.022482","usd_to_crc":"542.952003","bsd_to_btc":"0.001314","btc_to_azn":"1159.273365","usd_to_cny":"6.58479","btc_to_bam":"1320.249743","usd_to_uzs":"2945.494995","rub_to_btc":"0.00002","eth_to_dop":"556.339939","eth_to_pyg":"68651.993663","ars_to_eth":"0.005941","pln_to_usd":"0.255494","eth_to_vuv":"1356.077812","btc_to_hkd":"5907.868693","eth_to_qar":"44.083791","eth_to_php":"562.36854","btc_to_zar":"11529.314746","btc_to_jod":"539.037089","clf_to_btc":"0.053405","kgs_to_btc":"0.000019","eth_to_xdr":"8.579196","bhd_to_eth":"0.219084","awg_to_btc":"0.000733","usd_to_ils":"3.86762","rub_to_usd":"0.015438","bwp_to_eth":"0.007513","usd_to_ang":"1.788825","btc_to_shp":"530.151896","usd_to_huf":"278.602202","usd_to_sos":"585.502878","btc_to_zwl":"245414.067906","usd_to_nzd":"1.417737","tjs_to_btc":"0.000167","iqd_to_btc":"0.000001","eth_to_gtq":"92.507685","ghs_to_btc":"0.000335","usd_to_mmk":"1183.549964","aud_to_eth":"0.061061","btc_to_mmk":"900965.574595","eth_to_vnd":"269814.836663","aoa_to_eth":"0.000498","btc_to_all":"93244.211476","bwp_to_btc":"0.00012","lrd_to_eth":"0.000912","gip_to_btc":"0.001886","kwd_to_usd":"3.316332","btc_to_srd":"5325.25442","btc_to_aoa":"126208.13467","btn_to_btc":"0.00002","btc_to_mad":"7379.765056","eth_to_pgk":"38.257609","bzd_to_usd":"0.499553","usd_to_mad":"9.6944","eth_to_htg":"762.409125","gel_to_usd":"0.458867","php_to_btc":"0.000028","eth_to_kpw":"10900.0899","eth_to_cny":"79.741807","usd_to_lvl":"0.622318","pgk_to_usd":"0.316538","sdg_to_btc":"0.000216","btc_to_bmd":"761.24","lyd_to_eth":"0.060506","cuc_to_eth":"0.082576","kmf_to_usd":"0.002304","eth_to_gmd":"515.269117","btc_to_aed":"2796.095419","eth_to_xpf":"1282.94172","uyu_to_usd":"0.032694","eth_to_tzs":"26532.000438","eth_to_bzd":"24.241653","fjd_to_eth":"0.039697","szl_to_eth":"0.005444","usd_to_zwl":"322.387247","try_to_usd":"0.341637","nzd_to_btc":"0.000927","hkd_to_eth":"0.01064","btc_to_cop":"2292485.670988","usd_to_jep":"0.696432","ngn_to_eth":"0.000415","thb_to_btc":"0.000037","wst_to_usd":"0.394576","zmw_to_eth":"0.007549","mop_to_usd":"0.125134","usd_to_xau":"0.00077","eth_to_lyd":"16.52728","nio_to_eth":"0.002889","eth_to_nad":"183.559626","usd_to_khr":"4095.025025","mur_to_eth":"0.002328","bgn_to_eth":"0.047618","aoa_to_btc":"0.000008","usd_to_clf":"0.024598","usd_to_std":"21729.25","clp_to_eth":"0.00012","eth_to_fkp":"8.433792","uyu_to_eth":"0.0027","btc_to_kzt":"257859.387311","eth_to_myr":"49.513673","bsd_to_eth":"0.082576","usd_to_xaf":"583.350914","eth_to_bob":"83.429544","btc_to_bnd":"1026.827501","pln_to_eth":"0.021098","btc_to_mnt":"1488414.51","eth_to_bif":"19031.746935","kes_to_btc":"0.000013","myr_to_btc":"0.000321","clf_to_usd":"40.653712","btc_to_gyd":"156401.819485","bam_to_btc":"0.000757","mga_to_btc":"0.0","irr_to_eth":"0.000003","xau_to_usd":"1298.701299","mzn_to_btc":"0.000022","clp_to_usd":"0.001459","eth_to_yer":"3026.264792","eth_to_nzd":"17.168795","ars_to_btc":"0.000095","eur_to_eth":"0.093115","btc_to_htg":"47925.377545","eth_to_mga":"39547.122219","nio_to_btc":"0.000046","usd_to_egp":"8.878888","usd_to_mop":"7.99143","eth_to_mdl":"239.199021","chf_to_usd":"1.041289","sar_to_eth":"0.022018","tnd_to_usd":"0.462858","shp_to_usd":"1.43589","xag_to_btc":"0.02295","sos_to_eth":"0.000141","mur_to_usd":"0.028191","btc_to_dop":"34971.77667","cuc_to_btc":"0.001314","eth_to_twd":"392.02056","eth_to_mvr":"185.6463","eth_to_sll":"47773.95","eth_to_mwk":"8598.342127","dzd_to_usd":"0.009095","pen_to_eth":"0.024882","dkk_to_eth":"0.012523","czk_to_btc":"0.000055","btc_to_aud":"1029.464436","usd_to_eth":"0.08","dzd_to_eth":"0.000751","usd_to_hkd":"7.760849","usd_to_afn":"69.405001","khr_to_usd":"0.000244","eur_to_btc":"0.001481","nok_to_usd":"0.119638","btc_to_xdr":"539.292104","hnl_to_eth":"0.003633","gbp_to_btc":"0.001886","btc_to_gbp":"530.151896","eth_to_zmk":"63602.019662","usd_to_dkk":"6.593938","mzn_to_eth":"0.001353","yer_to_btc":"0.000005","awg_to_usd":"0.557621","gtq_to_usd":"0.130908","eth_to_jpy":"1261.476902","pyg_to_usd":"0.000176","xag_to_usd":"17.470148","btc_to_dzd":"83694.837057","btc_to_sar":"2854.936226","kpw_to_btc":"0.000001","bhd_to_usd":"2.653111","eth_to_pkr":"1266.827112","usd_to_gip":"0.696432","eth_to_azn":"18.442016","eth_to_gyd":"2488.080019","ngn_to_usd":"0.005023","sbd_to_btc":"0.000168","mkd_to_usd":"0.018323","usd_to_mxn":"18.8378","vuv_to_btc":"0.000012","eth_to_scr":"159.280529","bmd_to_btc":"0.001314","twd_to_eth":"0.002551","eth_to_sos":"7090.439853","kes_to_usd":"0.009889","mtl_to_eth":"0.120772","std_to_usd":"0.000046","eth_to_hnl":"275.226755","dkk_to_btc":"0.000199","usd_to_sll":"3945.0","kzt_to_btc":"0.000004","rsd_to_eth":"0.000756","cuc_to_usd":"1.0","kzt_to_eth":"0.000244","eth_to_isk":"1492.42429","btc_to_lvl":"473.733354","cny_to_btc":"0.000199","mvr_to_usd":"0.065232","ern_to_btc":"0.000088","usd_to_uah":"24.88337","eth_to_sdg":"73.717433","eth_to_afn":"840.494562","btc_to_xcd":"2057.646945","usd_to_bif":"1571.572827","eth_to_all":"1483.352689","usd_to_vuv":"111.980001","usd_to_eek":"13.87445","usd_to_cop":"3011.51499","usd_to_mwk":"710.019994","btc_to_kyd":"627.324182","eth_to_crc":"6575.148756","zwl_to_usd":"0.003102","pab_to_eth":"0.082576","eth_to_ils":"46.836878","bbd_to_btc":"0.000657","eth_to_pen":"40.18982","idr_to_eth":"0.000006","btc_to_mwk":"540495.620233","btc_to_kes":"76975.599188","usd_to_xof":"586.990014","eth_to_mxn":"228.125758","usd_to_btn":"67.082415","bmd_to_usd":"1.0","btc_to_std":"16541174.27","btc_to_djf":"135368.453789","usd_to_cup":"24.728383","btc_to_hrk":"5077.391631","khr_to_eth":"0.00002","fjd_to_btc":"0.000632","btc_to_gtq":"5815.074298","dkk_to_usd":"0.151654","ngn_to_btc":"0.000007","rsd_to_btc":"0.000012","usd_to_cve":"98.425884","amd_to_btc":"0.000003","usd_to_lak":"8102.175098","vnd_to_btc":"0.0","vuv_to_eth":"0.000737","chf_to_eth":"0.085986","gtq_to_btc":"0.000172","tzs_to_eth":"0.000038","all_to_usd":"0.008164","eth_to_mkd":"660.922142","usd_to_bsd":"1.0","btc_to_mkd":"41545.860534","gip_to_usd":"1.43589","lbp_to_eth":"0.000055","syp_to_eth":"0.000377","jmd_to_usd":"0.007969","irr_to_usd":"0.000033","clp_to_btc":"0.000002","svc_to_eth":"0.009444","btc_to_tmm":"975.966266","btc_to_ugx":"2550610.718879","pkr_to_btc":"0.000013","btc_to_wst":"1929.259251","gmd_to_usd":"0.023502","bwp_to_usd":"0.090982","btc_to_pab":"761.24","cny_to_eth":"0.01254","eth_to_nio":"346.182394","usd_to_bhd":"0.376916","btc_to_isk":"93814.45636","npr_to_eth":"0.000769","btc_to_kwd":"229.542787","rub_to_eth":"0.001275","szl_to_btc":"0.000087","usd_to_kyd":"0.824082","usd_to_ltc":"1.0","crc_to_eth":"0.000152","btc_to_fkp":"530.151896","usd_to_clp":"685.629004","btc_to_sdg":"4633.910716","usd_to_ltl":"3.030717","btc_to_twd":"24642.587234","lbp_to_usd":"0.000662","btc_to_syp":"166687.960038","amd_to_usd":"0.002094","eth_to_uzs":"35669.944389","usd_to_sar":"3.750376","fkp_to_eth":"0.118571","djf_to_eth":"0.000464","mzn_to_usd":"0.016386","afn_to_eth":"0.00119","xaf_to_eth":"0.000142","xau_to_eth":"107.242056","vef_to_btc":"0.000132","mvr_to_btc":"0.000086","nad_to_btc":"0.000087","jep_to_usd":"1.43589","usd_to_wst":"2.534364","btc_to_kmf":"330378.146298","lsl_to_btc":"0.000087","jep_to_eth":"0.118571","mmk_to_usd":"0.000845","eth_to_aud":"16.376983","mwk_to_eth":"0.000116","zmk_to_btc":"0.0","bzd_to_eth":"0.041251","zmw_to_usd":"0.091418","gyd_to_btc":"0.000006","usd_to_ghs":"3.91575","btc_to_bzd":"1523.841097","usd_to_cdf":"943.0165","usd_to_tmt":"3.504983","ttd_to_eth":"0.012446","usd_to_gtq":"7.63895","btc_to_xag":"43.573758","zmk_to_eth":"0.000016","mxn_to_eth":"0.004384","lak_to_eth":"0.00001","btc_to_yer":"190232.354281","usd_to_fjd":"2.080183","btc_to_thb":"26830.375769","eth_to_clp":"8302.967238","pen_to_usd":"0.30132","omr_to_btc":"0.003411","gbp_to_eth":"0.118571","krw_to_usd":"0.000854","gyd_to_eth":"0.000402","djf_to_usd":"0.005623","inr_to_usd":"0.014908","aud_to_btc":"0.000971","gel_to_btc":"0.000603","usd_to_kmf":"433.999982","usd_to_pkr":"104.610001","eth_to_bbd":"24.22","eth_to_bsd":"12.11","usd_to_pyg":"5669.033333","usd_to_zmk":"5252.024745","usd_to_xag":"0.0572405","sar_to_btc":"0.00035","usd_to_gmd":"42.54906","iqd_to_eth":"0.000071","hkd_to_usd":"0.128852","eth_to_vef":"120.766975","usd_to_irr":"30332.0","rwf_to_btc":"0.000002","jod_to_btc":"0.001855","sgd_to_eth":"0.0612","eth_to_bwp":"133.103287","eth_to_btn":"812.368046","usd_to_brl":"3.416634","usd_to_zar":"15.14544","usd_to_srd":"6.9955","bnd_to_btc":"0.000974","omr_to_eth":"0.214434","btc_to_gnf":"5595043.659902","eth_to_bgn":"21.000242","usd_to_bwp":"10.991188","usd_to_omr":"0.38509","vef_to_usd":"0.100276","btc_to_zmw":"8326.985884","usd_to_jpy":"104.1682","usd_to_pgk":"3.159175","mmk_to_btc":"0.000001","btc_to_cdf":"717861.88046","btc_to_ron":"3064.614456","ron_to_usd":"0.248397","usd_to_btc":"0.001314","usd_to_szl":"15.1686","eth_to_ttd":"80.346217","huf_to_eth":"0.000296","usd_to_bgn":"1.734124","eth_to_clf":"0.297882","azn_to_eth":"0.054224","zar_to_eth":"0.005452","kpw_to_eth":"0.000092","btc_to_khr":"3117296.850031","ron_to_eth":"0.020512","crc_to_usd":"0.001842","rwf_to_usd":"0.00131","gtq_to_eth":"0.01081","xof_to_btc":"0.000002","btc_to_brl":"2600.878466","eth_to_srd":"84.715505","eth_to_dzd":"1331.438806","btc_to_hnl":"17300.876565","brl_to_usd":"0.292686","btc_to_afn":"52833.862961","eth_to_jep":"8.433792","usd_to_mkd":"54.57656","pen_to_btc":"0.000396","btc_to_tnd":"1644.651408","btc_to_php":"35350.737166","sll_to_usd":"0.000253","lkr_to_usd":"0.006897","shp_to_btc":"0.001886","gnf_to_btc":"0.0","usd_to_mtl":"0.683738","mnt_to_btc":"0.000001","bbd_to_eth":"0.041288","btc_to_pln":"2979.484986","cad_to_btc":"0.001019","eth_to_nok":"101.222392","lkr_to_eth":"0.000569","usd_to_kwd":"0.301538","usd_to_thb":"35.24562","cve_to_btc":"0.000013","btc_to_usd":"760.85","xag_to_eth":"1.442622","btc_to_egp":"6758.964701","eth_to_aoa":"2007.751183","btc_to_byr":"15173035.68","mad_to_btc":"0.000136","mkd_to_eth":"0.001513","egp_to_eth":"0.0093","btc_to_tjs":"5989.81694","jpy_to_btc":"0.000013","btc_to_bob":"5244.418344","usd_to_bdt":"78.485369","tmt_to_btc":"0.000375","eth_to_bam":"21.00287","lyd_to_btc":"0.000963","eth_to_jod":"8.575139","gmd_to_eth":"0.001941","htg_to_btc":"0.000021","gnf_to_usd":"0.000136","usd_to_aud":"1.352352","pab_to_usd":"1.0","cdf_to_usd":"0.00106","usd_to_lkr":"145.001","gel_to_eth":"0.037892","eth_to_cuc":"12.11","usd_to_zmw":"10.938713","usd_to_bam":"1.734341","mvr_to_eth":"0.005387","thb_to_usd":"0.028372","egp_to_usd":"0.112627","std_to_btc":"0.0","btc_to_chf":"731.055312","kpw_to_usd":"0.001111","bam_to_eth":"0.047613","usd_to_eur":"0.88682","sll_to_btc":"0.0","btc_to_gmd":"32390.046434","npr_to_usd":"0.009318","btc_to_eth":"60.753341","hrk_to_usd":"0.149927","usd_to_tmm":"2.85","lvl_to_eth":"0.132692","xpf_to_btc":"0.000012","jmd_to_btc":"0.00001","dop_to_btc":"0.000029","all_to_btc":"0.000011","btc_to_lak":"6167699.771602","eur_to_usd":"1.127625","btc_to_jep":"530.151896","std_to_eth":"0.000004","byr_to_eth":"0.000004","aed_to_btc":"0.000358","btc_to_jpy":"79297.000568","eth_to_tmt":"42.445344","inr_to_eth":"0.001231","uyu_to_btc":"0.000043","mro_to_eth":"0.000232","ghs_to_eth":"0.021088","nad_to_usd":"0.065973","pln_to_btc":"0.000336","ang_to_btc":"0.000734","etb_to_usd":"0.045762","zwl_to_btc":"0.000004","twd_to_usd":"0.030891","btc_to_bgn":"1320.084554","btc_to_lbp":"1149193.266233","eth_to_svc":"105.884693","pgk_to_btc":"0.000416","eth_to_amd":"5782.282752","ils_to_usd":"0.258557","crc_to_btc":"0.000002","usd_to_djf":"177.826249","btc_to_nio":"21761.179648","lvl_to_usd":"1.606896","eth_to_ern":"181.631835","btc_to_mur":"27002.914621","azn_to_btc":"0.000863","lak_to_btc":"0.0","usd_to_vnd":"22280.333333","eth_to_ltl":"36.701983","eth_to_cad":"15.61547","xof_to_usd":"0.001704","bnd_to_eth":"0.061218","btc_to_sos":"445708.210849","zmw_to_btc":"0.00012","czk_to_usd":"0.041665","usd_to_amd":"477.479996","pkr_to_usd":"0.009559","usd_to_nad":"15.15769","bdt_to_usd":"0.012741","sdg_to_usd":"0.164276","btc_to_eek":"10561.786318","eth_to_djf":"2153.475875","btc_to_bhd":"286.923536","usd_to_bbd":"2.0","eth_to_gbp":"8.433792","aoa_to_usd":"0.006032","eth_to_xcd":"32.733572","eth_to_sek":"100.892213","jpy_to_eth":"0.000793","eth_to_npr":"1299.640356","huf_to_btc":"0.000005","btc_to_zmk":"3998051.316884","top_to_eth":"0.036843","qar_to_usd":"0.274704","kwd_to_btc":"0.004356","qar_to_btc":"0.000361","mxn_to_usd":"0.053085","btc_to_sbd":"5936.583427","tmt_to_eth":"0.02356","usd_to_inr":"67.08021","hrk_to_eth":"0.01238","fkp_to_usd":"1.43589","btc_to_cny":"5012.60554","btc_to_gip":"530.151896","mxn_to_btc":"0.00007","btc_to_kpw":"685184.5116","btc_to_jmd":"95525.716268","eth_to_lvl":"7.536271","usd_to_kpw":"900.09","eth_to_zwl":"3904.109561","usd_to_usd":"1.0","wst_to_eth":"0.032583","btc_to_omr":"293.145912","btc_to_pyg":"4315494.934413","usd_to_pen":"3.31873","mur_to_btc":"0.000037","nad_to_eth":"0.005448","btc_to_kgs":"51612.489921","btc_to_crc":"413316.782764","btc_to_try":"2228.214185","btc_to_pen":"2526.350025","btc_to_sll":"3003091.8","brl_to_eth":"0.024169","kmf_to_btc":"0.000003","chf_to_btc":"0.001368","btc_to_fjd":"1583.518507","usd_to_isk":"123.239","btc_to_rwf":"581239.091939","btc_to_eur":"675.082857","scr_to_usd":"0.076029","btc_to_czk":"18270.513628","btc_to_ltl":"2307.103009","lkr_to_btc":"0.000009","btc_to_tzs":"1667813.378466","kzt_to_usd":"0.002952","bgn_to_btc":"0.000758","eth_to_shp":"8.433792","ugx_to_eth":"0.000025","eth_to_mmk":"14332.790064","btc_to_svc":"6655.959033","usd_to_ngn":"199.067","btc_to_qar":"2771.126747","usd_to_mvr":"15.33","nio_to_usd":"0.034982","eth_to_jmd":"1519.647449","btc_to_uah":"18942.216579","cny_to_usd":"0.151865","usd_to_uyu":"30.58648","eth_to_wst":"30.691148","kwd_to_eth":"0.273851","sgd_to_usd":"0.741133","eth_to_cop":"36469.446529","usd_to_byr":"19932.0","vef_to_eth":"0.00828","djf_to_btc":"0.000007","mdl_to_usd":"0.050627","usd_to_ern":"14.9985","eth_to_byr":"241376.52","usd_to_rub":"64.776981","eth_to_std":"263141.2175","usd_to_awg":"1.793333","usd_to_htg":"62.956988","eth_to_mro":"4307.748964","nok_to_btc":"0.000157","btc_to_cuc":"761.24","eth_to_irr":"367320.52","nzd_to_usd":"0.705349","eth_to_dkk":"79.852589","eth_to_bdt":"950.457819","gbp_to_usd":"1.43589","bdt_to_btc":"0.000017","eth_to_szl":"183.691746","vnd_to_eth":"0.000004","mtl_to_usd":"1.462549","mmk_to_eth":"0.00007","mdl_to_eth":"0.004181","clf_to_eth":"3.357036","eth_to_chf":"11.629814","lak_to_usd":"0.000123","eth_to_xau":"0.009325","eek_to_usd":"0.072075","scr_to_eth":"0.006278","mdl_to_btc":"0.000067","khr_to_btc":"0.0","byr_to_usd":"0.00005","myr_to_eth":"0.020196","yer_to_eth":"0.00033","ang_to_usd":"0.559026","ars_to_usd":"0.071949","try_to_eth":"0.028211","btc_to_inr":"51064.13906","usd_to_cad":"1.289469","ugx_to_usd":"0.000298","tjs_to_usd":"0.127089","eek_to_eth":"0.005952","myr_to_usd":"0.244579","btc_to_ttd":"5050.599028","hrk_to_btc":"0.000197","usd_to_try":"2.927085","btc_to_mxn":"14340.086872","zar_to_usd":"0.066026","btc_to_dkk":"5019.569363","eth_to_ghs":"47.419733","btc_to_tmt":"2668.133259","btc_to_xau":"0.586155","bif_to_eth":"0.000053","svc_to_usd":"0.11437","wst_to_btc":"0.000518","huf_to_usd":"0.003589","nzd_to_eth":"0.058245","eth_to_omr":"4.66344","cop_to_usd":"0.000332","krw_to_btc":"0.000001","usd_to_bob":"6.88931","eth_to_lbp":"18281.659469","cup_to_eth":"0.003339","uah_to_eth":"0.003319","eth_to_kzt":"4102.092875","usd_to_bnd":"1.348888","usd_to_aed":"3.67308","btc_to_xaf":"444070.049773","gnf_to_eth":"0.000011","bif_to_usd":"0.000636","irr_to_btc":"0.0","eth_to_top":"27.142107","usd_to_mur":"35.472275","usd_to_iqd":"1165.266417","mad_to_eth":"0.008518","bdt_to_eth":"0.001052","svc_to_btc":"0.00015","xau_to_btc":"1.706034","mwk_to_usd":"0.001408","kyd_to_eth":"0.100204","cup_to_btc":"0.000053","jmd_to_eth":"0.000658","usd_to_kgs":"67.800549","gmd_to_btc":"0.000031","kmf_to_eth":"0.00019","cad_to_usd":"0.775513","rsd_to_usd":"0.009149","isk_to_eth":"0.00067","usd_to_sek":"8.331314","top_to_usd":"0.44617","hkd_to_btc":"0.000169","eth_to_xag":"0.693182","tmm_to_usd":"0.350877","btc_to_mga":"2485949.737233","eth_to_mzn":"739.043037","mtl_to_btc":"0.001921","iqd_to_usd":"0.000858","usd_to_vef":"9.9725","btc_to_nok":"6362.884678","lrd_to_usd":"0.011049","eth_to_huf":"3373.872666","eth_to_btc":"0.01646","eth_to_pab":"12.11","tmt_to_usd":"0.285308","usd_to_sdg":"6.087319","ttd_to_btc":"0.000198","usd_to_npr":"107.3196","xdr_to_usd":"1.411554","cad_to_eth":"0.064039","usd_to_top":"2.241297","eth_to_thb":"426.824458","btc_to_ghs":"2980.82553","usd_to_kes":"101.1187","sbd_to_eth":"0.010589","lyd_to_usd":"0.732728","btc_to_btc":"0.999914","eth_to_lkr":"1755.96211","lbp_to_btc":"0.000001","eth_to_xof":"7108.44907","eth_to_sbd":"94.440683","azn_to_usd":"0.656653","kyd_to_usd":"1.213471","isk_to_usd":"0.008114","btc_to_sgd":"1027.130475","eth_to_lak":"98117.340437","pab_to_btc":"0.001314","isk_to_btc":"0.000011","eek_to_btc":"0.000095","btc_to_szl":"11546.945064","sek_to_usd":"0.120029","eth_to_tjs":"95.287535","usd_to_sgd":"1.349286","xdr_to_btc":"0.001854","ltl_to_usd":"0.329955","bam_to_usd":"0.576588","htg_to_usd":"0.015884","eth_to_lrd":"1096.064596","jod_to_eth":"0.116616","eth_to_syp":"2651.714566","kgs_to_usd":"0.014749","zwl_to_eth":"0.000256","eth_to_cve":"1191.937455","usd_to_bmd":"1.0","eth_to_try":"35.446999","twd_to_btc":"0.000041","btc_to_huf":"212083.14025","usd_to_sbd":"7.79857","xdr_to_eth":"0.116561","krw_to_eth":"0.00007","btc_to_lsl":"11541.532648","pyg_to_eth":"0.000015","inr_to_btc":"0.00002","lrd_to_btc":"0.000015","usd_to_gbp":"0.696432","mad_to_usd":"0.103152","usd_to_tjs":"7.8685","mnt_to_eth":"0.000042","htg_to_eth":"0.001312","btc_to_rsd":"83200.913334","bsd_to_usd":"1.0","aud_to_usd":"0.739452","btc_to_mop":"6083.396173","usd_to_nio":"28.58649","eth_to_gnf":"89007.381012","btc_to_sek":"6342.129469","btc_to_xof":"446840.278257","btc_to_cup":"18824.234275","xaf_to_usd":"0.001714","eth_to_aed":"44.480999","btc_to_amd":"363476.872155","btc_to_nzd":"1079.238114","usd_to_rsd":"109.29656","fkp_to_btc":"0.001886","usd_to_mdl":"19.75219","eth_to_uah":"301.337611","lsl_to_usd":"0.065957","usd_to_dop":"45.94054","btc_to_ils":"2944.187049","xcd_to_btc":"0.000486","kgs_to_eth":"0.001218","ern_to_eth":"0.005506","tmm_to_btc":"0.001025","usd_to_fkp":"0.696432","bnd_to_usd":"0.741351","btc_to_clf":"18.724982","gip_to_eth":"0.118571","eth_to_ron":"48.752668","usd_to_xpf":"105.940687","usd_to_hrk":"6.669896","usd_to_lsl":"15.16149","eth_to_zar":"183.411278","ang_to_eth":"0.046162","usd_to_tnd":"2.16049","btc_to_mro":"270787.020768","eth_to_eek":"168.01959","usd_to_mro":"355.718329","sdg_to_eth":"0.013565","eth_to_ang":"21.662671","try_to_btc":"0.000449","usd_to_php":"46.43836","bmd_to_eth":"0.082576","btc_to_clp":"521928.223005","xcd_to_usd":"0.369957","vuv_to_usd":"0.00893","btn_to_eth":"0.001231","jod_to_usd":"1.412222","lsl_to_eth":"0.005446","usd_to_gyd":"205.456649","btc_to_lkr":"110380.56124","eth_to_usd":"12.5","tzs_to_btc":"0.000001","usd_to_chf":"0.960348","brl_to_btc":"0.000384","tjs_to_eth":"0.010495","egp_to_btc":"0.000148","jep_to_btc":"0.001886","srd_to_btc":"0.000188","srd_to_eth":"0.011804","usd_to_kzt":"338.735993","szl_to_usd":"0.065926","afn_to_btc":"0.000019","eth_to_uyu":"370.402273","btc_to_cve":"74925.719936","btc_to_mdl":"15036.157116","eth_to_ngn":"2410.70137","eth_to_kes":"1224.547457","eth_to_gel":"26.391081","syp_to_usd":"0.004567","usd_to_lbp":"1509.633317","php_to_eth":"0.001778","eth_to_etb":"264.627962","syp_to_btc":"0.000006","mro_to_btc":"0.000004","aed_to_usd":"0.272251","vnd_to_usd":"0.000045","bif_to_btc":"0.000001","etb_to_eth":"0.003779","btc_to_uyu":"23283.652035","uzs_to_eth":"0.000028","bob_to_btc":"0.000191","gyd_to_usd":"0.004867","eth_to_ars":"168.31362","btc_to_mtl":"520.488715","kyd_to_btc":"0.001594","usd_to_svc":"8.743575","mro_to_usd":"0.002811","btc_to_nad":"11538.639936","usd_to_scr":"13.15281","dop_to_eth":"0.001797","btc_to_bbd":"1522.48","mnt_to_usd":"0.000511","btn_to_usd":"0.014907","uah_to_usd":"0.040187","sek_to_eth":"0.009912","zmk_to_usd":"0.00019","btc_to_ars":"10580.269225","btc_to_iqd":"887047.407277","usd_to_krw":"1171.381681","czk_to_eth":"0.003441","usd_to_xdr":"0.708439","usd_to_mga":"3265.658317","yer_to_usd":"0.004002","btc_to_ngn":"151537.76308","kes_to_eth":"0.000817","eth_to_brl":"41.375438","btc_to_vnd":"16960680.946413","eth_to_rub":"784.44924","tnd_to_btc":"0.000608","zar_to_btc":"0.000087","bzd_to_btc":"0.000656","btc_to_vef":"7591.4659","dzd_to_btc":"0.000012","thb_to_eth":"0.002343","ern_to_usd":"0.066673","eth_to_cdf":"11419.929815","scr_to_btc":"0.0001","btc_to_vuv":"85243.655961","sar_to_usd":"0.26664","usd_to_jod":"0.708104","btc_to_etb":"16634.631705","mga_to_eth":"0.000025","eth_to_tnd":"26.163534","eth_to_bhd":"4.564453","btc_to_gel":"1658.955107","usd_to_lrd":"90.50905","tnd_to_eth":"0.038221","btc_to_lyd":"1038.912186","ils_to_btc":"0.00034","ron_to_btc":"0.000326","usd_to_rwf":"763.542499","eth_to_rwf":"9246.499663","usd_to_etb":"21.85202","btc_to_xpf":"80646.288572","usd_to_cuc":"1.0","eth_to_khr":"49590.753053","btc_to_pgk":"2404.890377","btc_to_krw":"891702.590844","cdf_to_eth":"0.000088","usd_to_ron":"4.025819","mga_to_usd":"0.000306","usd_to_twd":"32.37164","ltl_to_eth":"0.027246","xof_to_eth":"0.000141","ils_to_eth":"0.021351","usd_to_lyd":"1.364763","btc_to_lrd":"68899.109222","btc_to_myr":"3112.451538","awg_to_eth":"0.046046","usd_to_gnf":"7349.907598","xaf_to_btc":"0.000002","btc_to_bwp":"8366.931953","pgk_to_eth":"0.026139","tzs_to_usd":"0.000456","xcd_to_eth":"0.03055","dop_to_usd":"0.021767","byr_to_btc":"0.0","usd_to_ars":"13.89873","idr_to_btc":"0.0","eth_to_awg":"21.717263","eth_to_cup":"299.460718","usd_to_ugx":"3350.599967","cve_to_eth":"0.000839","usd_to_jmd":"125.48699","btc_to_scr":"10012.445084","shp_to_eth":"0.118571","eth_to_xaf":"7064.379569","usd_to_myr":"4.08866","eth_to_kyd":"9.979633","btc_to_mzn":"46456.574861","sll_to_eth":"0.000021","usd_to_czk":"24.00099","uah_to_btc":"0.000053","eth_to_mad":"117.399184","eth_to_czk":"290.651989","btc_to_idr":"10152226.510413","cve_to_usd":"0.01016","usd_to_all":"122.4899","usd_to_xcd":"2.70302","xpf_to_usd":"0.009439","hnl_to_btc":"0.000058","eth_to_krw":"14185.432157","eth_to_zmw":"132.467814","qar_to_eth":"0.022684","ghs_to_usd":"0.255379","eth_to_eur":"10.73939","bob_to_eth":"0.011986","eth_to_iqd":"14111.37631","btc_to_bdt":"59746.202298","usd_to_azn":"1.522875","usd_to_ttd":"6.6347","btc_to_rub":"49310.829016","btc_to_irr":"23089931.68","mop_to_btc":"0.000164","eth_to_inr":"812.341343","usd_to_hnl":"22.72723","php_to_usd":"0.021534","npr_to_btc":"0.000012","usd_to_yer":"249.898001","jpy_to_usd":"0.0096","mop_to_eth":"0.010333","cup_to_usd":"0.040439","usd_to_mnt":"1955.25","btc_to_mvr":"11669.8092","eth_to_hkd":"93.983881","hnl_to_usd":"0.044","eth_to_kgs":"821.064648","mkd_to_btc":"0.000024","usd_to_idr":"13336.433333","eth_to_fjd":"25.191016","btc_to_cad":"981.595382","bhd_to_btc":"0.003485","bob_to_usd":"0.145152","usd_to_bzd":"2.001788","usd_to_qar":"3.64028","eth_to_sgd":"16.339853","sgd_to_btc":"0.000974","eth_to_mop":"96.776217","eth_to_bmd":"12.11","afn_to_usd":"0.014408","usd_to_pab":"1.0","lvl_to_btc":"0.002111","eth_to_egp":"107.523334","usd_to_syp":"218.968998","btc_to_npr":"81695.972304","eth_to_hrk":"80.772441","mwk_to_btc":"0.000002","srd_to_usd":"0.142949","eth_to_kwd":"3.651625","uzs_to_btc":"0.0","usd_to_aoa":"165.792831","top_to_btc":"0.000586","etb_to_btc":"0.00006","cdf_to_btc":"0.000001"}
91
+ string: '{"usd_to_aed":"3.673097","aed_to_usd":"0.27225","usd_to_afn":"66.4435","afn_to_usd":"0.01505","usd_to_all":"126.692592","all_to_usd":"0.007893","usd_to_amd":"484.332497","amd_to_usd":"0.002065","usd_to_ang":"1.775963","ang_to_usd":"0.563075","usd_to_aoa":"165.9065","aoa_to_usd":"0.006027","usd_to_ars":"15.61","ars_to_usd":"0.064061","usd_to_aud":"1.304819","aud_to_usd":"0.76639","usd_to_awg":"1.799996","awg_to_usd":"0.555557","usd_to_azn":"1.9367","azn_to_usd":"0.516342","usd_to_bam":"1.813689","bam_to_usd":"0.551362","usd_to_bbd":"1.991747","bbd_to_usd":"0.502072","usd_to_bdt":"79.296353","bdt_to_usd":"0.012611","usd_to_bgn":"1.814215","bgn_to_usd":"0.551203","usd_to_bhd":"0.376997","bhd_to_usd":"2.652541","usd_to_bif":"1679.94548","bif_to_usd":"0.000595","usd_to_bmd":"1.0","bmd_to_usd":"1.0","usd_to_bnd":"1.406908","bnd_to_usd":"0.710779","usd_to_bob":"6.875789","bob_to_usd":"0.145438","usd_to_brl":"3.117401","brl_to_usd":"0.32078","usd_to_bsd":"0.994934","bsd_to_usd":"1.005092","usd_to_btn":"67.244166","btn_to_usd":"0.014871","usd_to_bwp":"10.463482","bwp_to_usd":"0.09557","usd_to_byn":"1.916103","byn_to_usd":"0.521893","usd_to_byr":"20026.25","byr_to_usd":"0.00005","usd_to_bzd":"2.000163","bzd_to_usd":"0.499959","usd_to_cad":"1.302052","cad_to_usd":"0.768018","usd_to_cdf":"1258.309592","cdf_to_usd":"0.000795","usd_to_chf":"0.992554","chf_to_usd":"1.007502","usd_to_clf":"0.024098","clf_to_usd":"41.49722","usd_to_clp":"640.6","clp_to_usd":"0.001561","usd_to_cny":"6.8271","cny_to_usd":"0.146475","usd_to_cop":"2850.0","cop_to_usd":"0.000351","usd_to_crc":"554.46309","crc_to_usd":"0.001804","usd_to_cuc":"1.0","cuc_to_usd":"1.0","usd_to_cup":"24.728383","cup_to_usd":"0.040439","usd_to_cve":"102.675","cve_to_usd":"0.009739","usd_to_czk":"25.077275","czk_to_usd":"0.039877","usd_to_djf":"178.77","djf_to_usd":"0.005594","usd_to_dkk":"6.901661","dkk_to_usd":"0.144893","usd_to_dop":"46.521881","dop_to_usd":"0.021495","usd_to_dzd":"109.536","dzd_to_usd":"0.009129","usd_to_eek":"14.510375","eek_to_usd":"0.068916","usd_to_egp":"18.7565","egp_to_usd":"0.053315","usd_to_ern":"15.33","ern_to_usd":"0.065232","usd_to_etb":"22.545128","etb_to_usd":"0.044355","usd_to_eur":"0.928036","eur_to_usd":"1.077544","usd_to_fjd":"2.039998","fjd_to_usd":"0.490197","usd_to_fkp":"0.800993","fkp_to_usd":"1.24845","usd_to_gbp":"0.800993","gbp_to_usd":"1.24845","usd_to_gel":"2.67888","gel_to_usd":"0.37329","usd_to_ggp":"0.800993","ggp_to_usd":"1.24845","usd_to_ghs":"4.373512","ghs_to_usd":"0.228649","usd_to_gip":"0.800993","gip_to_usd":"1.24845","usd_to_gmd":"43.78","gmd_to_usd":"0.022841","usd_to_gnf":"9361.45","gnf_to_usd":"0.000107","usd_to_gtq":"7.423094","gtq_to_usd":"0.134715","usd_to_gyd":"205.270177","gyd_to_usd":"0.004872","usd_to_hkd":"7.75774","hkd_to_usd":"0.128904","usd_to_hnl":"23.483404","hnl_to_usd":"0.042583","usd_to_hrk":"6.893742","hrk_to_usd":"0.145059","usd_to_htg":"67.158171","htg_to_usd":"0.01489","usd_to_huf":"287.5675","huf_to_usd":"0.003477","usd_to_idr":"13324.15","idr_to_usd":"0.000075","usd_to_ils":"3.752303","ils_to_usd":"0.266503","usd_to_imp":"0.800993","imp_to_usd":"1.24845","usd_to_inr":"67.185","inr_to_usd":"0.014884","usd_to_iqd":"1176.686141","iqd_to_usd":"0.00085","usd_to_irr":"32375.325","irr_to_usd":"0.000031","usd_to_isk":"112.9","isk_to_usd":"0.008857","usd_to_jep":"0.800993","jep_to_usd":"1.24845","usd_to_jmd":"128.312823","jmd_to_usd":"0.007793","usd_to_jod":"0.7084","jod_to_usd":"1.411632","usd_to_jpy":"112.539545","jpy_to_usd":"0.008886","usd_to_kes":"103.895","kes_to_usd":"0.009625","usd_to_kgs":"69.433649","kgs_to_usd":"0.014402","usd_to_khr":"4053.041667","khr_to_usd":"0.000247","usd_to_kmf":"457.29665","kmf_to_usd":"0.002187","usd_to_kpw":"899.91","kpw_to_usd":"0.001111","usd_to_krw":"1137.87","krw_to_usd":"0.000879","usd_to_kwd":"0.30515","kwd_to_usd":"3.277077","usd_to_kyd":"0.829257","kyd_to_usd":"1.205899","usd_to_kzt":"322.116036","kzt_to_usd":"0.003104","usd_to_lak":"8080.385256","lak_to_usd":"0.000124","usd_to_lbp":"1502.587443","lbp_to_usd":"0.000666","usd_to_lkr":"149.687021","lkr_to_usd":"0.006681","usd_to_lrd":"93.996255","lrd_to_usd":"0.010639","usd_to_lsl":"13.368213","lsl_to_usd":"0.074804","usd_to_ltl":"3.202053","ltl_to_usd":"0.3123","usd_to_lvl":"0.651767","lvl_to_usd":"1.534291","usd_to_lyd":"1.413643","lyd_to_usd":"0.707392","usd_to_mad":"9.977068","mad_to_usd":"0.10023","usd_to_mdl":"19.8475","mdl_to_usd":"0.050384","usd_to_mga":"3170.376613","mga_to_usd":"0.000315","usd_to_mkd":"57.130724","mkd_to_usd":"0.017504","usd_to_mmk":"1360.555556","mmk_to_usd":"0.000735","usd_to_mnt":"2467.5","mnt_to_usd":"0.000405","usd_to_mop":"7.952603","mop_to_usd":"0.125745","usd_to_mro":"357.255889","mro_to_usd":"0.002799","usd_to_mtl":"0.683738","mtl_to_usd":"1.462549","usd_to_mur":"35.6","mur_to_usd":"0.02809","usd_to_mvr":"15.474922","mvr_to_usd":"0.064621","usd_to_mwk":"719.980849","mwk_to_usd":"0.001389","usd_to_mxn":"20.401205","mxn_to_usd":"0.049017","usd_to_myr":"4.423997","myr_to_usd":"0.22604","usd_to_mzn":"70.500578","mzn_to_usd":"0.014184","usd_to_nad":"13.368896","nad_to_usd":"0.0748","usd_to_ngn":"313.411567","ngn_to_usd":"0.003191","usd_to_nio":"29.334435","nio_to_usd":"0.03409","usd_to_nok":"8.208366","nok_to_usd":"0.121827","usd_to_npr":"107.200137","npr_to_usd":"0.009328","usd_to_nzd":"1.366687","nzd_to_usd":"0.731696","usd_to_omr":"0.385008","omr_to_usd":"2.597349","usd_to_pab":"0.995006","pab_to_usd":"1.005019","usd_to_pen":"3.259722","pen_to_usd":"0.306775","usd_to_pgk":"3.163198","pgk_to_usd":"0.316136","usd_to_php":"49.738874","php_to_usd":"0.020105","usd_to_pkr":"104.250792","pkr_to_usd":"0.009592","usd_to_pln":"3.9945","pln_to_usd":"0.250344","usd_to_pyg":"5716.152124","pyg_to_usd":"0.000175","usd_to_qar":"3.641199","qar_to_usd":"0.274635","usd_to_ron":"4.195464","ron_to_usd":"0.238353","usd_to_rsd":"114.98","rsd_to_usd":"0.008697","usd_to_rub":"58.9345","rub_to_usd":"0.016968","usd_to_rwf":"833.27244","rwf_to_usd":"0.0012","usd_to_sar":"3.7503","sar_to_usd":"0.266645","usd_to_sbd":"7.775822","sbd_to_usd":"0.128604","usd_to_scr":"13.37429","scr_to_usd":"0.07477","usd_to_sdg":"6.391092","sdg_to_usd":"0.156468","usd_to_sek":"8.768348","sek_to_usd":"0.114047","usd_to_sgd":"1.40839","sgd_to_usd":"0.710031","usd_to_shp":"0.800993","shp_to_usd":"1.24845","usd_to_sll":"7393.0","sll_to_usd":"0.000135","usd_to_sos":"575.565671","sos_to_usd":"0.001737","usd_to_srd":"7.5285","srd_to_usd":"0.132829","usd_to_std":"22725.900391","std_to_usd":"0.000044","usd_to_svc":"8.707028","svc_to_usd":"0.11485","usd_to_syp":"214.35","syp_to_usd":"0.004665","usd_to_szl":"13.361608","szl_to_usd":"0.074841","usd_to_thb":"35.03","thb_to_usd":"0.028547","usd_to_tjs":"7.886057","tjs_to_usd":"0.126806","usd_to_tmt":"3.504979","tmt_to_usd":"0.285308","usd_to_tnd":"2.280799","tnd_to_usd":"0.438443","usd_to_top":"2.291915","top_to_usd":"0.436316","usd_to_try":"3.700004","try_to_usd":"0.27027","usd_to_ttd":"6.687316","ttd_to_usd":"0.149537","usd_to_twd":"30.921236","twd_to_usd":"0.03234","usd_to_tzs":"2222.135079","tzs_to_usd":"0.00045","usd_to_uah":"27.036593","uah_to_usd":"0.036987","usd_to_ugx":"3563.45","ugx_to_usd":"0.000281","usd_to_uyu":"28.086986","uyu_to_usd":"0.035604","usd_to_uzs":"3227.05","uzs_to_usd":"0.00031","usd_to_vef":"9.985022","vef_to_usd":"0.10015","usd_to_vnd":"22554.833333","vnd_to_usd":"0.000044","usd_to_vuv":"107.705334","vuv_to_usd":"0.009285","usd_to_wst":"2.54034","wst_to_usd":"0.393648","usd_to_xaf":"608.268017","xaf_to_usd":"0.001644","usd_to_xag":"0.056899","xag_to_usd":"17.574964","usd_to_xau":"0.000818","xau_to_usd":"1223.18174","usd_to_xcd":"2.70255","xcd_to_usd":"0.370021","usd_to_xdr":"0.735814","xdr_to_usd":"1.359039","usd_to_xof":"610.007015","xof_to_usd":"0.001639","usd_to_xpf":"110.913544","xpf_to_usd":"0.009016","usd_to_yer":"250.063281","yer_to_usd":"0.003999","usd_to_zar":"13.281148","zar_to_usd":"0.075295","usd_to_zmk":"5253.075255","zmk_to_usd":"0.00019","usd_to_zmw":"9.871349","zmw_to_usd":"0.101303","usd_to_zwl":"322.387247","zwl_to_usd":"0.003102","usd_to_etc":"0.668141","etc_to_usd":"1.49669","btc_to_usd":"1019.98","usd_to_btc":"0.00098","btc_to_eur":"944.73","eur_to_btc":"0.001059","btc_to_gbp":"819.05","gbp_to_btc":"0.001221","eth_to_usd":"11.3","usd_to_eth":"0.088496","eth_to_btc":"0.01104","btc_to_eth":"90.57971","ltc_to_usd":"3.95","usd_to_ltc":"0.253165","ltc_to_btc":"0.00389","btc_to_ltc":"257.069409","btc_to_aed":"3746.49","btc_to_afn":"67771.04","btc_to_all":"129223.91","btc_to_amd":"494009.46","btc_to_ang":"1811.45","btc_to_aoa":"169221.31","btc_to_ars":"15921.89","btc_to_aud":"1330.89","btc_to_awg":"1835.96","btc_to_azn":"1975.4","btc_to_bam":"1849.93","btc_to_bbd":"2031.54","btc_to_bdt":"80880.69","btc_to_bgn":"1850.46","btc_to_bhd":"384.529","btc_to_bif":"1713510.79","btc_to_bmd":"1019.98","btc_to_bnd":"1435.02","btc_to_bob":"7013.17","btc_to_brl":"3179.69","btc_to_bsd":"1014.81","btc_to_btn":"68587.7","btc_to_bwp":"10672.54","btc_to_byn":"1954.39","btc_to_byr":"20426374.0","btc_to_bzd":"2040.13","btc_to_cad":"1328.07","btc_to_cdf":"1283450.62","btc_to_chf":"1012.39","btc_to_clf":"24.5795","btc_to_clp":"653399.0","btc_to_cny":"6963.51","btc_to_cop":"2906943.0","btc_to_crc":"565541.26","btc_to_cuc":"1019.98","btc_to_cve":"104726.45","btc_to_czk":"25578.32","btc_to_djf":"182341.82","btc_to_dkk":"7039.56","btc_to_dop":"47451.39","btc_to_dzd":"111724.53","btc_to_egp":"19131.25","btc_to_ern":"15636.29","btc_to_etb":"22995.58","btc_to_fjd":"2080.76","btc_to_fkp":"817.0","btc_to_gel":"2732.4","btc_to_ghs":"4460.89","btc_to_gip":"817.0","btc_to_gmd":"44654.72","btc_to_gnf":"9548491.77","btc_to_gtq":"7571.41","btc_to_gyd":"209371.48","btc_to_hkd":"7912.74","btc_to_hnl":"23952.6","btc_to_hrk":"7031.48","btc_to_htg":"68499.99","btc_to_huf":"293313.1","btc_to_idr":"13590366.52","btc_to_ils":"3827.27","btc_to_inr":"68527.36","btc_to_iqd":"1200196.33","btc_to_isk":"115156.0","btc_to_jmd":"130876.51","btc_to_jod":"722.554","btc_to_jpy":"114788.0","btc_to_kes":"105970.82","btc_to_kgs":"70820.93","btc_to_khr":"4134021.44","btc_to_kmf":"466433.44","btc_to_krw":"1160605.0","btc_to_kwd":"311.247","btc_to_kyd":"845.83","btc_to_kzt":"328551.91","btc_to_lak":"8241831.35","btc_to_lbp":"1532609.14","btc_to_lkr":"152677.77","btc_to_lrd":"95874.3","btc_to_lsl":"13635.31","btc_to_ltl":"3266.03","btc_to_lvl":"664.79","btc_to_lyd":"1441.888","btc_to_mad":"10176.41","btc_to_mdl":"20244.05","btc_to_mga":"3233720.8","btc_to_mkd":"58272.2","btc_to_mmk":"1387739.46","btc_to_mnt":"2516800.65","btc_to_mop":"8111.5","btc_to_mro":"364393.8","btc_to_mur":"36311.29","btc_to_mvr":"15784.11","btc_to_mwk":"734366.07","btc_to_mxn":"20808.82","btc_to_myr":"4512.39","btc_to_mzn":"71909.18","btc_to_nad":"13636.01","btc_to_ngn":"319673.53","btc_to_nio":"29920.54","btc_to_nok":"8372.37","btc_to_npr":"109342.0","btc_to_nzd":"1393.99","btc_to_omr":"392.7","btc_to_pab":"1014.89","btc_to_pen":"3324.85","btc_to_pgk":"3226.4","btc_to_php":"50732.66","btc_to_pkr":"106333.72","btc_to_pln":"4074.31","btc_to_pyg":"5830360.84","btc_to_qar":"3713.95","btc_to_ron":"4279.29","btc_to_rsd":"117277.3","btc_to_rub":"60112.01","btc_to_rwf":"849921.22","btc_to_sar":"3825.23","btc_to_sbd":"7931.18","btc_to_scr":"13641.51","btc_to_sek":"8943.54","btc_to_shp":"817.0","btc_to_sll":"7540712.14","btc_to_sos":"587065.47","btc_to_srd":"7678.92","btc_to_std":"23179963.88","btc_to_svc":"8880.99","btc_to_szl":"13628.57","btc_to_thb":"35729.9","btc_to_tjs":"8043.62","btc_to_tmt":"3575.01","btc_to_tnd":"2326.369","btc_to_top":"2337.71","btc_to_try":"3773.93","btc_to_ttd":"6820.93","btc_to_twd":"31539.04","btc_to_tzs":"2266533.34","btc_to_uah":"27576.78","btc_to_ugx":"3634647.73","btc_to_uyu":"28648.16","btc_to_uzs":"3291526.46","btc_to_vef":"10184.52","btc_to_vnd":"23005479.0","btc_to_vuv":"109857.0","btc_to_wst":"2591.1","btc_to_xaf":"620421.21","btc_to_xag":"58.0","btc_to_xau":"1.0","btc_to_xcd":"2756.55","btc_to_xdr":"751.0","btc_to_xof":"622194.96","btc_to_xpf":"113129.6","btc_to_yer":"255059.55","btc_to_zar":"13546.51","btc_to_zmk":"5358031.7","btc_to_zmw":"10068.58","btc_to_jep":"817.0","btc_to_ggp":"817.0","btc_to_imp":"817.0","btc_to_eek":"14800.29","btc_to_mtl":"697.4","btc_to_zwl":"328828.54","btc_to_sgd":"1436.53","eth_to_aed":"41.51","eth_to_afn":"750.81","eth_to_all":"1431.63","eth_to_amd":"5472.96","eth_to_ang":"20.07","eth_to_aoa":"1874.74","eth_to_ars":"176.39","eth_to_aud":"14.74","eth_to_awg":"20.34","eth_to_azn":"21.88","eth_to_bam":"20.49","eth_to_bbd":"22.51","eth_to_bdt":"896.05","eth_to_bgn":"20.5","eth_to_bhd":"4.26","eth_to_bif":"18983.38","eth_to_bmd":"11.3","eth_to_bnd":"15.9","eth_to_bob":"77.7","eth_to_brl":"35.23","eth_to_bsd":"11.24","eth_to_btn":"759.86","eth_to_bwp":"118.24","eth_to_byn":"21.65","eth_to_byr":"226297.0","eth_to_bzd":"22.6","eth_to_cad":"14.71","eth_to_cdf":"14218.9","eth_to_chf":"11.22","eth_to_clf":"0.2723","eth_to_clp":"7239.0","eth_to_cny":"77.15","eth_to_cop":"32205.0","eth_to_crc":"6265.43","eth_to_cuc":"11.3","eth_to_cve":"1160.23","eth_to_czk":"283.37","eth_to_djf":"2020.1","eth_to_dkk":"77.99","eth_to_dop":"525.7","eth_to_dzd":"1237.76","eth_to_egp":"211.95","eth_to_ern":"173.23","eth_to_etb":"254.76","eth_to_eur":"10.49","eth_to_fjd":"23.05","eth_to_fkp":"9.05","eth_to_gbp":"9.05","eth_to_gel":"30.27","eth_to_ghs":"49.42","eth_to_gip":"9.05","eth_to_gmd":"494.71","eth_to_gnf":"105784.38","eth_to_gtq":"83.88","eth_to_gyd":"2319.55","eth_to_hkd":"87.66","eth_to_hnl":"265.36","eth_to_hrk":"77.9","eth_to_htg":"758.89","eth_to_huf":"3249.51","eth_to_idr":"150562.9","eth_to_ils":"42.4","eth_to_inr":"759.19","eth_to_iqd":"13296.553","eth_to_isk":"1276.0","eth_to_jmd":"1449.93","eth_to_jod":"8.005","eth_to_jpy":"1272.0","eth_to_kes":"1174.01","eth_to_kgs":"784.6","eth_to_khr":"45799.37","eth_to_kmf":"5167.45","eth_to_krw":"12858.0","eth_to_kwd":"3.448","eth_to_kyd":"9.37","eth_to_kzt":"3639.91","eth_to_lak":"91308.35","eth_to_lbp":"16979.24","eth_to_lkr":"1691.46","eth_to_lrd":"1062.16","eth_to_lsl":"151.06","eth_to_ltl":"36.18","eth_to_lvl":"7.36","eth_to_lyd":"15.974","eth_to_mad":"112.74","eth_to_mdl":"224.28","eth_to_mga":"35825.2","eth_to_mkd":"645.58","eth_to_mmk":"15374.28","eth_to_mnt":"27882.75","eth_to_mop":"89.86","eth_to_mro":"4037.0","eth_to_mur":"402.28","eth_to_mvr":"174.87","eth_to_mwk":"8135.78","eth_to_mxn":"230.53","eth_to_myr":"49.99","eth_to_mzn":"796.66","eth_to_nad":"151.07","eth_to_ngn":"3541.55","eth_to_nio":"331.48","eth_to_nok":"92.75","eth_to_npr":"1211.36","eth_to_nzd":"15.44","eth_to_omr":"4.351","eth_to_pab":"11.24","eth_to_pen":"36.83","eth_to_pgk":"35.74","eth_to_php":"562.05","eth_to_pkr":"1178.03","eth_to_pln":"45.14","eth_to_pyg":"64592.52","eth_to_qar":"41.15","eth_to_ron":"47.41","eth_to_rsd":"1299.27","eth_to_rub":"665.96","eth_to_rwf":"9415.98","eth_to_sar":"42.38","eth_to_sbd":"87.87","eth_to_scr":"151.13","eth_to_sek":"99.08","eth_to_shp":"9.05","eth_to_sll":"83540.9","eth_to_sos":"6503.89","eth_to_srd":"85.07","eth_to_std":"256802.67","eth_to_svc":"98.39","eth_to_szl":"150.99","eth_to_thb":"395.84","eth_to_tjs":"89.11","eth_to_tmt":"39.61","eth_to_tnd":"25.773","eth_to_top":"25.9","eth_to_try":"41.81","eth_to_ttd":"75.57","eth_to_twd":"349.41","eth_to_tzs":"25110.13","eth_to_uah":"305.51","eth_to_ugx":"40266.98","eth_to_uyu":"317.38","eth_to_uzs":"36465.66","eth_to_vef":"112.83","eth_to_vnd":"254870.0","eth_to_vuv":"1217.0","eth_to_wst":"28.71","eth_to_xaf":"6873.43","eth_to_xag":"1.0","eth_to_xau":"0.0","eth_to_xcd":"30.54","eth_to_xdr":"8.0","eth_to_xof":"6893.08","eth_to_xpf":"1253.32","eth_to_yer":"2825.72","eth_to_zar":"150.08","eth_to_zmk":"59359.75","eth_to_zmw":"111.55","eth_to_jep":"9.05","eth_to_ggp":"9.05","eth_to_imp":"9.05","eth_to_eek":"163.97","eth_to_mtl":"7.73","eth_to_zwl":"3642.98","eth_to_sgd":"15.91"}
72
92
 
73
93
  '
74
94
  http_version:
75
- recorded_at: Sun, 19 Jun 2016 14:09:43 GMT
95
+ recorded_at: Mon, 06 Feb 2017 05:24:54 GMT
76
96
  recorded_with: VCR 3.0.3
@@ -18,28 +18,28 @@ http_interactions:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
+ Server:
22
+ - nginx
23
+ Connection:
24
+ - keep-alive
21
25
  Date:
22
- - Tue, 21 Jun 2016 08:25:20 GMT
26
+ - Mon, 06 Feb 2017 05:24:56 GMT
23
27
  Content-Type:
24
28
  - application/javascript;charset=UTF-8
25
29
  Content-Length:
26
- - '149'
27
- Connection:
28
- - keep-alive
29
- Set-Cookie:
30
- - __jsluid=683b360451a7f7c973ef086944f6a50e; path=/
30
+ - '146'
31
31
  Access-Control-Allow-Origin:
32
32
  - "*"
33
33
  X-Frame-Options:
34
34
  - SAMEORIGIN
35
- X-Cache:
36
- - bypass
35
+ X-Nws-Log-Uuid:
36
+ - 1629d541-a134-4dda-821d-624f741092ed
37
37
  body:
38
38
  encoding: UTF-8
39
- string: '{"time":"1466497520","ticker":{"open":4961.18,"vol":602328.2638,"symbol":"btccny","last":4791.5,"buy":4792.1,"sell":4792.99,"high":4993,"low":4650}
39
+ string: '{"time":"1486358696","ticker":{"symbol":"btccny","vol":10939.1413,"high":7250,"last":7216.25,"low":7150,"sell":7220,"buy":7212.5,"open":7194.68}
40
40
  }'
41
41
  http_version:
42
- recorded_at: Tue, 21 Jun 2016 08:25:20 GMT
42
+ recorded_at: Mon, 06 Feb 2017 05:24:56 GMT
43
43
  - request:
44
44
  method: get
45
45
  uri: http://api.huobi.com/staticmarket/ticker_ltc_json.js
@@ -58,26 +58,26 @@ http_interactions:
58
58
  code: 200
59
59
  message: OK
60
60
  headers:
61
+ Server:
62
+ - nginx
63
+ Connection:
64
+ - keep-alive
61
65
  Date:
62
- - Tue, 21 Jun 2016 08:25:21 GMT
66
+ - Mon, 06 Feb 2017 05:24:56 GMT
63
67
  Content-Type:
64
68
  - application/javascript;charset=UTF-8
65
69
  Content-Length:
66
- - '147'
67
- Connection:
68
- - keep-alive
69
- Set-Cookie:
70
- - __jsluid=37a542d8ce58ca1b0f4ff9619ec029c2; path=/
70
+ - '142'
71
71
  Access-Control-Allow-Origin:
72
72
  - "*"
73
73
  X-Frame-Options:
74
74
  - SAMEORIGIN
75
- X-Cache:
76
- - bypass
75
+ X-Nws-Log-Uuid:
76
+ - 12017f7b-96e3-45f9-8e62-d548ff04b1be
77
77
  body:
78
78
  encoding: UTF-8
79
- string: '{"time":"1466497521","ticker":{"open":36.11,"vol":65225442.1187,"symbol":"ltccny","last":34.25,"buy":34.24,"sell":34.25,"high":36.26,"low":32.53}
79
+ string: '{"time":"1486358697","ticker":{"symbol":"ltccny","vol":168709.3398,"high":28.06,"last":27.99,"low":27.85,"sell":28,"buy":27.99,"open":27.91}
80
80
  }'
81
81
  http_version:
82
- recorded_at: Tue, 21 Jun 2016 08:25:21 GMT
82
+ recorded_at: Mon, 06 Feb 2017 05:24:57 GMT
83
83
  recorded_with: VCR 3.0.3
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Sun, 19 Jun 2016 08:30:57 GMT
22
+ - Mon, 06 Feb 2017 05:24:58 GMT
23
23
  Content-Type:
24
24
  - application/json; charset=utf-8
25
25
  Transfer-Encoding:
@@ -27,19 +27,19 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d402539a115cb70a2e55852cc8cfce6771466325056; expires=Mon, 19-Jun-17
31
- 08:30:56 GMT; path=/; domain=.kraken.com; HttpOnly
30
+ - __cfduid=deb478f2bbc3b2d0079764973622b4cd51486358697; expires=Tue, 06-Feb-18
31
+ 05:24:57 GMT; path=/; domain=.kraken.com; HttpOnly
32
32
  Vary:
33
33
  - Accept-Encoding
34
34
  Server:
35
35
  - cloudflare-nginx
36
36
  Cf-Ray:
37
- - 2b559f31f6791111-SIN
37
+ - 32cc2dc4ee4e1123-SIN
38
38
  body:
39
39
  encoding: ASCII-8BIT
40
- string: '{"error":[],"result":{"XXBTZUSD":{"a":["758.50900","53","53.000"],"b":["755.35300","3","3.000"],"c":["755.15000","0.88350000"],"v":["644.83315964","5488.21581492"],"p":["752.37956","763.98299"],"t":[983,5366],"l":["745.03000","745.00000"],"h":["761.02000","781.14800"],"o":"758.11000"}}}'
40
+ string: '{"error":[],"result":{"XXBTZUSD":{"a":["1018.00000","1","1.000"],"b":["1017.71000","24","24.000"],"c":["1018.00000","0.00139780"],"v":["140.87496222","1186.97757850"],"p":["1019.57961","1017.84325"],"t":[407,2092],"l":["1013.75000","1005.40000"],"h":["1024.00000","1030.00000"],"o":"1017.88600"}}}'
41
41
  http_version:
42
- recorded_at: Sun, 19 Jun 2016 08:30:57 GMT
42
+ recorded_at: Mon, 06 Feb 2017 05:24:58 GMT
43
43
  - request:
44
44
  method: get
45
45
  uri: https://api.kraken.com/0/public/Ticker?pair=xbteur
@@ -59,7 +59,7 @@ http_interactions:
59
59
  message: OK
60
60
  headers:
61
61
  Date:
62
- - Sun, 19 Jun 2016 08:30:58 GMT
62
+ - Mon, 06 Feb 2017 05:25:00 GMT
63
63
  Content-Type:
64
64
  - application/json; charset=utf-8
65
65
  Transfer-Encoding:
@@ -67,17 +67,17 @@ http_interactions:
67
67
  Connection:
68
68
  - keep-alive
69
69
  Set-Cookie:
70
- - __cfduid=dd39c75a5254396276fe351f6dcfb329d1466325057; expires=Mon, 19-Jun-17
71
- 08:30:57 GMT; path=/; domain=.kraken.com; HttpOnly
70
+ - __cfduid=d28404188131d0b4033e5ad505afba3711486358699; expires=Tue, 06-Feb-18
71
+ 05:24:59 GMT; path=/; domain=.kraken.com; HttpOnly
72
72
  Vary:
73
73
  - Accept-Encoding
74
74
  Server:
75
75
  - cloudflare-nginx
76
76
  Cf-Ray:
77
- - 2b559f3ae86601cb-SIN
77
+ - 32cc2dcdab5030ae-SIN
78
78
  body:
79
79
  encoding: ASCII-8BIT
80
- string: '{"error":[],"result":{"XXBTZEUR":{"a":["671.21500","1","1.000"],"b":["671.21400","1","1.000"],"c":["671.21500","0.08714000"],"v":["1548.25746642","11325.90266782"],"p":["667.89052","675.58056"],"t":[3023,17388],"l":["660.01500","660.00000"],"h":["675.00000","694.26000"],"o":"674.30000"}}}'
80
+ string: '{"error":[],"result":{"XXBTZEUR":{"a":["946.99900","1","1.000"],"b":["945.33000","6","6.000"],"c":["945.33000","0.33190000"],"v":["350.90083527","4825.99524551"],"p":["945.36841","944.38709"],"t":[687,6669],"l":["940.00000","935.00000"],"h":["948.00000","959.08900"],"o":"943.60000"}}}'
81
81
  http_version:
82
- recorded_at: Sun, 19 Jun 2016 08:30:58 GMT
82
+ recorded_at: Mon, 06 Feb 2017 05:25:00 GMT
83
83
  recorded_with: VCR 3.0.3
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Mon, 30 May 2016 12:37:29 GMT
22
+ - Mon, 06 Feb 2017 05:25:01 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,11 +27,11 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d207e2f50c79a385181ebc5d62f91b7451464611849; expires=Tue, 30-May-17
31
- 12:37:29 GMT; path=/; domain=.localbitcoins.com; HttpOnly
32
- - django_language=en
33
- - localbitcoinssession=None; Domain=localbitcoins.com; expires=Mon, 30-May-2016
34
- 18:37:29 GMT; httponly; Max-Age=21600; Path=/; secure
30
+ - __cfduid=d9f367e48092d901560492474b9316e041486358700; expires=Tue, 06-Feb-18
31
+ 05:25:00 GMT; path=/; domain=.localbitcoins.com; HttpOnly
32
+ - django_language=en; Path=/
33
+ - localbitcoinssession=None; expires=Mon, 06-Feb-2017 11:25:01 GMT; httponly;
34
+ Max-Age=21600; Path=/; secure
35
35
  X-Content-Type-Options:
36
36
  - nosniff
37
37
  Content-Language:
@@ -45,84 +45,89 @@ http_interactions:
45
45
  Server:
46
46
  - cloudflare-nginx
47
47
  Cf-Ray:
48
- - 2ab23cda6fef426d-OSL
48
+ - 32cc2dd6cd38311a-SIN
49
49
  body:
50
50
  encoding: ASCII-8BIT
51
- string: '{"COP": {"avg_12h": "1503759.40", "volume_btc": "5.89580000", "avg_24h":
52
- "1487922.72", "rates": {"last": "1529051.99"}}, "USD": {"avg_12h": "549.03",
53
- "volume_btc": "813.31260000", "avg_24h": "585.42", "avg_1h": "491.37", "rates":
54
- {"last": "591.95"}, "avg_6h": "592.46"}, "IDR": {"volume_btc": "0.04170000",
55
- "avg_24h": "7182254.20", "rates": {"last": "7182254.20"}}, "PEN": {"avg_12h":
56
- "2016.24", "volume_btc": "0.37340000", "avg_24h": "2000.54", "rates": {"last":
57
- "2016.24"}}, "AED": {"avg_12h": "2119.45", "volume_btc": "8.94690000", "avg_24h":
58
- "2077.13", "rates": {"last": "2137.97"}, "avg_6h": "2137.40"}, "GBP": {"avg_12h":
59
- "373.12", "volume_btc": "430.10190000", "avg_24h": "365.95", "avg_1h": "373.90",
60
- "rates": {"last": "373.97"}, "avg_6h": "373.84"}, "DOP": {"volume_btc": "0.51290000",
61
- "avg_24h": "25346.07", "rates": {"last": "25346.07"}}, "DKK": {"avg_12h":
62
- "3857.28", "volume_btc": "0.36190000", "avg_24h": "4144.79", "rates": {"last":
63
- "3857.28"}, "avg_6h": "3857.28"}, "CAD": {"avg_12h": "709.98", "volume_btc":
64
- "12.09200000", "avg_24h": "704.94", "avg_1h": "731.43", "rates": {"last":
65
- "731.43"}, "avg_6h": "698.18"}, "PKR": {"avg_12h": "53386.11", "volume_btc":
66
- "10.37130000", "avg_24h": "52970.91", "avg_1h": "52567.96", "rates": {"last":
67
- "55370.99"}, "avg_6h": "53377.91"}, "HUF": {"avg_12h": "152366.44", "volume_btc":
68
- "1.05010000", "avg_24h": "152366.44", "rates": {"last": "160342.06"}, "avg_6h":
69
- "152366.44"}, "VND": {"avg_12h": "10671916.14", "volume_btc": "5.90530000",
70
- "avg_24h": "10671916.14", "rates": {"last": "12755158.91"}, "avg_6h": "10671916.14"},
71
- "RON": {"avg_12h": "2082.04", "volume_btc": "20.70270000", "avg_24h": "2072.03",
72
- "avg_1h": "1964.15", "rates": {"last": "2230.15"}, "avg_6h": "2082.04"}, "MYR":
73
- {"avg_12h": "2217.83", "volume_btc": "40.54900000", "avg_24h": "2233.80",
74
- "avg_1h": "2264.63", "rates": {"last": "2375.30"}, "avg_6h": "2267.61"}, "UAH":
75
- {"avg_12h": "13183.60", "volume_btc": "3.64870000", "avg_24h": "13073.26",
76
- "rates": {"last": "13912.08"}, "avg_6h": "13603.28"}, "SAR": {"volume_btc":
77
- "0.27130000", "avg_24h": "2027.27", "rates": {"last": "2172.02"}}, "SEK":
78
- {"avg_12h": "4671.10", "volume_btc": "82.62260000", "avg_24h": "4646.47",
79
- "avg_1h": "4750.02", "rates": {"last": "4709.58"}, "avg_6h": "4649.56"}, "SGD":
80
- {"avg_12h": "753.63", "volume_btc": "10.73370000", "avg_24h": "755.08", "rates":
81
- {"last": "762.52"}, "avg_6h": "758.96"}, "HKD": {"avg_12h": "4204.58", "volume_btc":
82
- "5.20370000", "avg_24h": "4147.98", "rates": {"last": "4396.81"}, "avg_6h":
83
- "4396.81"}, "AUD": {"avg_12h": "747.65", "volume_btc": "299.03490000", "avg_24h":
84
- "747.58", "avg_1h": "751.86", "rates": {"last": "727.88"}, "avg_6h": "749.57"},
85
- "CHF": {"avg_12h": "529.13", "volume_btc": "2.95320000", "avg_24h": "529.26",
86
- "rates": {"last": "500.00"}, "avg_6h": "529.13"}, "IRR": {"volume_btc": "0.55670000",
87
- "avg_24h": "17962996.23", "rates": {"last": "17962996.23"}}, "BYR": {"volume_btc":
88
- "0.12010000", "avg_24h": "13530391.34", "rates": {"last": "13618677.04"}},
89
- "CNY": {"avg_12h": "3778.78", "volume_btc": "110.33540000", "avg_24h": "3683.94",
90
- "avg_1h": "3871.01", "rates": {"last": "3877.07"}, "avg_6h": "3717.22"}, "VEF":
91
- {"avg_12h": "472609.86", "volume_btc": "13.65000000", "avg_24h": "459761.11",
92
- "rates": {"last": "467460.00"}, "avg_6h": "467460.00"}, "HRK": {"avg_12h":
93
- "3783.39", "volume_btc": "15.30820000", "avg_24h": "3781.95", "avg_1h": "3805.72",
94
- "rates": {"last": "3815.79"}, "avg_6h": "3786.51"}, "NZD": {"avg_12h": "823.61",
95
- "volume_btc": "31.42280000", "avg_24h": "823.98", "avg_1h": "895.02", "rates":
96
- {"last": "909.00"}, "avg_6h": "805.59"}, "CLP": {"avg_12h": "412087.91", "volume_btc":
97
- "0.44590000", "avg_24h": "387972.26", "rates": {"last": "411522.63"}}, "THB":
98
- {"avg_12h": "19028.11", "volume_btc": "29.77660000", "avg_24h": "19058.49",
99
- "avg_1h": "20600.35", "rates": {"last": "20703.93"}, "avg_6h": "18964.44"},
100
- "EUR": {"avg_12h": "462.44", "volume_btc": "116.81960000", "avg_24h": "462.18",
101
- "avg_1h": "481.75", "rates": {"last": "585.31"}, "avg_6h": "459.80"}, "TRY":
102
- {"avg_12h": "1555.77", "volume_btc": "3.56490000", "avg_24h": "1560.96", "rates":
103
- {"last": "1528.55"}, "avg_6h": "1555.77"}, "ARS": {"avg_12h": "7205.24", "volume_btc":
104
- "1.05040000", "avg_24h": "7425.74", "rates": {"last": "7205.24"}}, "NOK":
105
- {"avg_12h": "4461.10", "volume_btc": "37.73380000", "avg_24h": "4470.77",
106
- "avg_1h": "4539.18", "rates": {"last": "4539.18"}, "avg_6h": "4402.57"}, "RUB":
107
- {"avg_12h": "34758.32", "volume_btc": "689.11840000", "avg_24h": "34640.07",
108
- "avg_1h": "34954.05", "rates": {"last": "35732.81"}, "avg_6h": "34717.01"},
109
- "ZAR": {"avg_12h": "9063.20", "volume_btc": "94.54370000", "avg_24h": "8941.39",
110
- "avg_1h": "9227.35", "rates": {"last": "8705.88"}, "avg_6h": "9077.46"}, "INR":
111
- {"avg_12h": "35937.90", "volume_btc": "51.45810000", "avg_24h": "35618.95",
112
- "avg_1h": "36250.09", "rates": {"last": "37593.98"}, "avg_6h": "36008.48"},
113
- "MXN": {"avg_12h": "11637.14", "volume_btc": "3.57150000", "avg_24h": "10800.50",
114
- "rates": {"last": "11904.76"}, "avg_6h": "11904.76"}, "CZK": {"avg_12h": "12328.35",
115
- "volume_btc": "6.32060000", "avg_24h": "12332.65", "avg_1h": "13210.04", "rates":
116
- {"last": "13210.04"}, "avg_6h": "13287.98"}, "BRL": {"avg_12h": "1999.03",
117
- "volume_btc": "0.47280000", "avg_24h": "2014.02", "avg_1h": "1976.00", "rates":
118
- {"last": "1976.00"}, "avg_6h": "1996.80"}, "MAD": {"avg_12h": "5965.80", "volume_btc":
119
- "6.34450000", "avg_24h": "5965.80", "rates": {"last": "5950.34"}, "avg_6h":
120
- "5965.80"}, "PLN": {"avg_12h": "2004.16", "volume_btc": "3.82930000", "avg_24h":
121
- "2000.37", "rates": {"last": "2004.16"}, "avg_6h": "2004.16"}, "PHP": {"avg_12h":
122
- "24946.21", "volume_btc": "11.71690000", "avg_24h": "24946.21", "rates": {"last":
123
- "25704.80"}, "avg_6h": "25798.16"}, "KES": {"avg_12h": "58377.91", "volume_btc":
124
- "11.51080000", "avg_24h": "58604.42", "avg_1h": "59061.04", "rates": {"last":
125
- "59283.39"}, "avg_6h": "58119.21"}}'
51
+ string: '{"COP": {"avg_12h": "2707980.79", "volume_btc": "2.71120000", "avg_24h":
52
+ "2712238.71", "rates": {"last": "2704649.05"}, "avg_6h": "2704197.30"}, "USD":
53
+ {"avg_12h": "1181.34", "volume_btc": "418.83530000", "avg_24h": "1189.03",
54
+ "avg_1h": "1271.11", "rates": {"last": "1420.45"}, "avg_6h": "1207.01"}, "TWD":
55
+ {"volume_btc": "0.45900000", "avg_24h": "32679.74", "rates": {"last": "33355.57"}},
56
+ "NGN": {"avg_12h": "493140.13", "volume_btc": "123.75860000", "avg_24h": "496864.91",
57
+ "avg_1h": "500046.99", "rates": {"last": "503680.74"}, "avg_6h": "494619.03"},
58
+ "EGP": {"volume_btc": "0.11940000", "avg_24h": "23450.59", "rates": {"last":
59
+ "23450.59"}}, "IDR": {"volume_btc": "1.63510000", "avg_24h": "12568038.65",
60
+ "rates": {"last": "12500000.00"}}, "ISK": {"volume_btc": "0.22000000", "avg_24h":
61
+ "126640.45", "rates": {"last": "126640.45"}}, "PEN": {"avg_12h": "3623.19",
62
+ "volume_btc": "0.51170000", "avg_24h": "3650.58", "rates": {"last": "3663.00"},
63
+ "avg_6h": "3642.99"}, "AED": {"avg_12h": "3895.79", "volume_btc": "4.13630000",
64
+ "avg_24h": "4105.12", "rates": {"last": "3895.60"}}, "GBP": {"avg_12h": "827.68",
65
+ "volume_btc": "199.48760000", "avg_24h": "829.35", "avg_1h": "890.03", "rates":
66
+ {"last": "854.70"}, "avg_6h": "836.53"}, "DOP": {"avg_12h": "42878.30", "volume_btc":
67
+ "4.00950000", "avg_24h": "42878.30", "rates": {"last": "52631.58"}, "avg_6h":
68
+ "52631.58"}, "DKK": {"avg_12h": "7401.22", "volume_btc": "1.73110000", "avg_24h":
69
+ "7577.06", "rates": {"last": "6318.72"}, "avg_6h": "6318.72"}, "CAD": {"avg_12h":
70
+ "1338.43", "volume_btc": "36.84370000", "avg_24h": "1357.09", "avg_1h": "1472.54",
71
+ "rates": {"last": "1416.67"}, "avg_6h": "1330.31"}, "PKR": {"avg_12h": "106279.78",
72
+ "volume_btc": "8.94610000", "avg_24h": "106543.91", "avg_1h": "108958.84",
73
+ "rates": {"last": "108958.84"}, "avg_6h": "103991.98"}, "JPY": {"avg_12h":
74
+ "140081.84", "volume_btc": "1.23700000", "avg_24h": "139718.67", "avg_1h":
75
+ "143122.94", "rates": {"last": "143122.94"}, "avg_6h": "143080.12"}, "TZS":
76
+ {"avg_12h": "2168224.30", "volume_btc": "0.63650000", "avg_24h": "2354108.20",
77
+ "rates": {"last": "2168224.30"}}, "RON": {"avg_12h": "3843.97", "volume_btc":
78
+ "5.76280000", "avg_24h": "4127.42", "rates": {"last": "3871.43"}}, "MYR":
79
+ {"avg_12h": "4495.73", "volume_btc": "45.43860000", "avg_24h": "4520.72",
80
+ "avg_1h": "4541.52", "rates": {"last": "4539.26"}, "avg_6h": "4495.45"}, "UAH":
81
+ {"avg_12h": "25989.91", "volume_btc": "9.11780000", "avg_24h": "26055.47",
82
+ "rates": {"last": "27777.78"}}, "SAR": {"avg_12h": "3940.87", "volume_btc":
83
+ "3.88620000", "avg_24h": "4054.69", "rates": {"last": "4100.04"}, "avg_6h":
84
+ "4100.04"}, "SEK": {"avg_12h": "9247.91", "volume_btc": "36.51320000", "avg_24h":
85
+ "9179.18", "rates": {"last": "8869.97"}, "avg_6h": "9066.69"}, "SGD": {"avg_12h":
86
+ "1512.69", "volume_btc": "2.40320000", "avg_24h": "1495.50", "rates": {"last":
87
+ "1525.94"}, "avg_6h": "1518.54"}, "HKD": {"avg_12h": "7636.46", "volume_btc":
88
+ "3.05590000", "avg_24h": "7705.09", "avg_1h": "8077.54", "rates": {"last":
89
+ "8077.54"}, "avg_6h": "7636.46"}, "AUD": {"avg_12h": "1409.57", "volume_btc":
90
+ "130.83850000", "avg_24h": "1412.45", "avg_1h": "1413.27", "rates": {"last":
91
+ "1474.93"}, "avg_6h": "1409.75"}, "CHF": {"avg_12h": "1021.66", "volume_btc":
92
+ "0.24470000", "avg_24h": "1021.66", "rates": {"last": "1039.50"}}, "IRR":
93
+ {"volume_btc": "0.06000000", "avg_24h": "37473399.67", "rates": {"last": "37473399.67"}},
94
+ "BYR": {"volume_btc": "0.00030000", "avg_24h": "21580300.00", "rates": {"last":
95
+ "21546500.00"}}, "CNY": {"avg_12h": "7105.48", "volume_btc": "20.94060000",
96
+ "avg_24h": "7137.71", "avg_1h": "6979.97", "rates": {"last": "6979.97"}, "avg_6h":
97
+ "7105.48"}, "TRY": {"avg_12h": "3915.50", "volume_btc": "5.22350000", "avg_24h":
98
+ "4176.22", "rates": {"last": "3968.25"}, "avg_6h": "3968.25"}, "HRK": {"avg_12h":
99
+ "6559.27", "volume_btc": "0.30680000", "avg_24h": "6617.02", "rates": {"last":
100
+ "6581.74"}}, "NZD": {"avg_12h": "1454.16", "volume_btc": "6.10280000", "avg_24h":
101
+ "1443.14", "avg_1h": "1439.62", "rates": {"last": "1446.13"}, "avg_6h": "1444.63"},
102
+ "CLP": {"avg_12h": "668368.27", "volume_btc": "1.06380000", "avg_24h": "673432.76",
103
+ "avg_1h": "654664.48", "rates": {"last": "654664.48"}, "avg_6h": "657317.46"},
104
+ "THB": {"avg_12h": "34681.33", "volume_btc": "27.53820000", "avg_24h": "34777.51",
105
+ "avg_1h": "34501.58", "rates": {"last": "34510.12"}, "avg_6h": "34451.00"},
106
+ "EUR": {"avg_12h": "997.25", "volume_btc": "26.64990000", "avg_24h": "1014.13",
107
+ "avg_1h": "913.64", "rates": {"last": "913.91"}, "avg_6h": "938.43"}, "VEF":
108
+ {"avg_12h": "3204276.80", "volume_btc": "28.77380000", "avg_24h": "3223429.02",
109
+ "rates": {"last": "3000000.00"}, "avg_6h": "3142984.47"}, "ARS": {"avg_12h":
110
+ "16267.03", "volume_btc": "1.53340000", "avg_24h": "16267.03", "avg_1h": "16067.01",
111
+ "rates": {"last": "16067.01"}, "avg_6h": "15973.30"}, "KZT": {"volume_btc":
112
+ "0.27760000", "avg_24h": "360230.55", "rates": {"last": "360230.55"}}, "NOK":
113
+ {"avg_12h": "8521.33", "volume_btc": "7.91190000", "avg_24h": "8527.03", "avg_1h":
114
+ "8611.54", "rates": {"last": "8680.52"}, "avg_6h": "8537.98"}, "RUB": {"avg_12h":
115
+ "59954.27", "volume_btc": "659.54430000", "avg_24h": "60532.76", "avg_1h":
116
+ "59629.25", "rates": {"last": "62287.66"}, "avg_6h": "59596.66"}, "ZAR": {"avg_12h":
117
+ "14674.86", "volume_btc": "19.78060000", "avg_24h": "14672.55", "avg_1h":
118
+ "15094.34", "rates": {"last": "15094.34"}, "avg_6h": "15118.79"}, "INR": {"avg_12h":
119
+ "70147.21", "volume_btc": "50.47420000", "avg_24h": "70753.09", "avg_1h":
120
+ "70100.54", "rates": {"last": "70134.36"}, "avg_6h": "70288.30"}, "MXN": {"avg_12h":
121
+ "21468.26", "volume_btc": "3.29670000", "avg_24h": "21642.12", "avg_1h": "22450.89",
122
+ "rates": {"last": "22446.69"}, "avg_6h": "21882.37"}, "CZK": {"avg_12h": "26132.40",
123
+ "volume_btc": "0.44490000", "avg_24h": "25898.31", "rates": {"last": "26178.01"}},
124
+ "BRL": {"avg_12h": "3018.87", "volume_btc": "5.11540000", "avg_24h": "3124.70",
125
+ "rates": {"last": "2631.58"}, "avg_6h": "2861.23"}, "PLN": {"volume_btc":
126
+ "4.10450000", "avg_24h": "3929.83", "rates": {"last": "3880.60"}}, "PHP":
127
+ {"avg_12h": "52661.25", "volume_btc": "1.04600000", "avg_24h": "52530.69",
128
+ "rates": {"last": "53380.78"}, "avg_6h": "52661.25"}, "KES": {"avg_12h": "105350.08",
129
+ "volume_btc": "7.15640000", "avg_24h": "105793.34", "rates": {"last": "107296.14"},
130
+ "avg_6h": "104938.27"}}'
126
131
  http_version:
127
- recorded_at: Mon, 30 May 2016 12:37:29 GMT
132
+ recorded_at: Mon, 06 Feb 2017 05:25:02 GMT
128
133
  recorded_with: VCR 3.0.3