{
"resCode": 100,
"resMsg": "Success",
"data": {
"defaultDay": 3, //default freezing days
"defaultEnergyPrice": 110, //default energy purchase price
"topEnergyPrice": 420, //energy purchase max price
"lowEnergyPrice": 80, //energy purchase min price
"topEnergyCanBuy": 1000000000, //energy purchase max value
"lowEnergyCanBuy": 500, //energy purchase min value
"defaultWidthPrice": 1200, //default bandwidth purchase price
"topWidthPrice": 2000, //bandwidth purchase max price
"lowWidthPrice": 1100, //bandwidth purchase min price
"topWidthCanBuy": 10000000, //bandwidth purchase max value
"lowWidthCanBuy": 3500, //bandwidth purchase min value
"refundRate": 0.1, //cancellation charge
"sellerStakingTrxMinLimit": 100, //The minimum limit for a seller to pledge TRX
"energyPriceMaxSun": 1000, //The maximum limit for a seller to authorize the sale of energy
"sendEnergy": 0,
"receiveEnergy": 0,
"sendWidth": 0,
"receiveWidth": 0,
"sun_1d": 150,
"sun_1h": 115,
"sun_2d": 125,
"sun_3h": 135,
"treasureType": [
{
"type": "transfer",
"value": "32000"
}
]
}
}