hass-core/tests/fixtures/coinmarketcap.json
Richard Leurs c2ef22bd08 Add display currency setting to CoinMarketCap sensor (#10093)
* Add support for different display currencies in CoinMarkerCap sensor.

* Add test for CoinMarketCap sensor.

* Add test dependency to gen_requirements_all.

* Fix review comments: use string formatting and less string case chanes.
2017-10-26 18:49:17 +02:00

21 lines
No EOL
635 B
JSON

[
{
"id": "ethereum",
"name": "Ethereum",
"symbol": "ETH",
"rank": "2",
"price_usd": "282.423",
"price_btc": "0.048844",
"24h_volume_usd": "407024000.0",
"market_cap_usd": "26908205315.0",
"available_supply": "95276253.0",
"total_supply": "95276253.0",
"percent_change_1h": "0.06",
"percent_change_24h": "-4.57",
"percent_change_7d": "-16.39",
"last_updated": "1508776751",
"price_eur": "240.473299695",
"24h_volume_eur": "346566690.16",
"market_cap_eur": "22911395039.0"
}
]