The code is as follows:
var info = JSON.parse(HttpQuery(“https://api.huobi.pro/v1/common/symbols”)) Log(info.data[0].symbol) Log(info.data[0].amount-precision)
The error message:
Can you tell me where the problem is?
Inventors quantify - small dreamsLog ((info.data[0].amount-precision) is the name of the file. Changed to Log ((info.data[0]["amount-precision"])