Thanks for the reply, I ask this problum because after updated the plugin i get the errors:
“We have a Problem with JSON here:
Either we got no JSON from the API. Or the basenode-parameter is not ok.
Switch on the Debugmode of the Plugin!”
i find that in Version 1.4.1 need to add basenode=””will not get errors。
i have another question,
How can i get only the “USDT”(“symbol_id”:4) price “31.666””?
if i buy Pro version can do that?
{"data":[
{"trade_type":1,"symbol_id":2,"symbol":"BTC","symbol_url":"https://json-content-importer.com//images/BTC.png","symbol_full_name":"Bitcoin","price":"540.5","24hr_change_percentage":-1.55,"7day_trend":[{"interval":5,"timestamp":xxx,"price":"461.7"},
{"interval":5,"timestamp":xxx,"price":"628.9"},
{"interval":5,"timestamp":xxx,"price":"493.8"}]},
{"trade_type":1,"symbol_id":3,"symbol":"ETH","symbol_url":"https://json-content-importer.com/images/ETH.png","symbol_full_name":"Ethereum","price":"58.3","24hr_change_percentage":-1.41,"7day_trend":[
{"interval":5,"timestamp":xxx,"price":"58.9"},
{"interval":5,"timestamp":xxx,"price":"58.4"},
{"interval":5,"timestamp":xxx,"price":"58.6"}]},
{"trade_type":1,"symbol_id":4,"symbol":"USDT","symbol_url":"https://json-content-importer.com/images/USDT.png","symbol_full_name":"Tether","price":"31.666","24hr_change_percentage":0.36,"7day_trend":[
{"interval":5,"timestamp":xxx,"price":"30.781"},
{"interval":5,"timestamp":xxx,"price":"30.779"},
{"interval":5,"timestamp":xxx,"price":"30.779"}]},
{"trade_type":1,"symbol_id":6,"symbol":"DOGE","symbol_url":"https://json-content-importer.com/images/DOGE.png","symbol_full_name":"Dogecoin","price":"2.35","24hr_change_percentage":-4.73,"7day_trend":[
{"interval":5,"timestamp":xxx,"price":"2.37"},
{"interval":5,"timestamp":xxx,"price":"2.37"},
{"interval":5,"timestamp":xxx,"price":"2.36"}]},
{"trade_type":1,"symbol_id":7,"symbol":"MATIC","symbol_url":"https://json-content-importer.com/images/MATIC.png","symbol_full_name":"Polygon","price":"21.59","24hr_change_percentage":-2.77,"7day_trend":[
{"interval":5,"timestamp":xxx,"price":"21.73"},
{"interval":5,"timestamp":xxx,"price":"21.76"},
{"interval":5,"timestamp":xxx,"price":"21.65"}]}
]}