I was trying to get the price_usd but i tried use this
data["price_usd"]
and does not help so how do i suppose to do to get the data?
json table:
[
{
"id": "bitcoin-cash",
"name": "Bitcoin Cash",
"symbol": "BCH",
"rank": "3",
"price_usd": "2957.36",
"price_btc": "0.211189",
"24h_volume_usd": "1339490000.0",
"market_cap_usd": "49908111624.0",
"available_supply": "16875900.0",
"total_supply": "16875900.0",
"max_supply": "21000000.0",
"percent_change_1h": "-0.09",
"percent_change_24h": "2.4",
"percent_change_7d": "34.95",
"last_updated": "1514247253"
}
]