请求地址:https://api.trxenergy.cc/api/externalServices/checkBalance
请求方法:Post
请求参数:application/json
{ "address":"TVbvtCtxxxxxxxxxxx", //TRX 地址 "amount":66000, //≥ 66000 ≤ 10000000 "type":"hour", //hour = 1 小时 / hour3 = 3 小时 / day = 1 天 / day3 = 3 天 / week = 1 周 / month = 1 月 "key":"64bxxxxxxxx" //私钥 }
返回的数据JSON
{ "msg": "100", //余额TRX "code": 1, "data": null }
Last updated 26 days ago