GetAccountNet
POST: http://172.104.51.182:16667/wallet/getaccountnet
Query bandwidth information.
Return value:Bandwidth information for the account.
BODY PARAMS
{
address
string
visible
boolean (optional)
}
Example:
curl --request POST --url http://172.104.51.182:16667/wallet/getaccountnet --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "address": "4112E621D5577311998708F4D7B9F71F86DAE138B5" } '
Input:
{ "address": "414203485a535a4072C9FBFaADDfe2A010AD0BcdB0" }
Response:
{
"freeNetUsed": 295, "freeNetLimit": 5000, "TotalNetLimit": 43200000000, "TotalNetWeight": 3225116
}
Last updated