Processing API data
-
Hello, community,
On my page coinpioneer.net at Highlights I want to create two areas with tops and flops in each of which 3 matching Coins are listed. At Tops for example the 3 coins that are currently in biggest plus (in the last 24 hours).Data:
[{ “id”: “bitcoin”, “name”: “Bitcoin”, “symbol”: “BTC”. “rank”: “1 “price_usd”: “16151.0”, “price_btc”: “1.0”, “24h_volume_usd”: “126267000000”,
“market_cap_usd”: “270783822062”, “available_supply”: “167657620”, “total_supply”: “167657620”, “max_supply”: “21000000.0”,
“percent_change_1h”: “0.66”, “percent_change_24h”: “4.95”, “percent_change_7d”: “-5.68”, “last_updated”: “1514375660” }I have already read this data from coinmarketcap.com.
Now I just need help showing this data on my website.
I hope you can help me.
happy new year to all of you,
LukeThe blog I need help with is: (visible only to logged in users)
-
For now I am working with the widget of coinmarketcap. But I want my own design and the program for the 3 best and worst coins.
-
Hi there,
We do not provide support for custom code on a site, and we definitely cannot help you with the API from another service provider. For help using coinmarketcap’s API, please contact them directly. For help with the code you need to implement that API on your own site, I suggest you try a coding forum like Stackoverflow.com.
- The topic ‘Processing API data’ is closed to new replies.