Accuracy acquisition error for base currency counting

Author: wildfire02, Created: 2021-02-06 21:08:09, Updated:

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:img

Can you tell me where the problem is?


More

The Little DreamLog ((info.data[0].amount-precision) is the name of the file. Changed to Log ((info.data[0]["amount-precision"])