> For the complete documentation index, see [llms.txt](https://developers.aixchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.aixchain.com/http-api/api-list/account-resources/getaccountnet.md).

# 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:**&#x20;

`{ "address": "414203485a535a4072C9FBFaADDfe2A010AD0BcdB0" }`

**Response:**&#x20;

`{`&#x20;

`"freeNetUsed": 295, "freeNetLimit": 5000, "TotalNetLimit": 43200000000, "TotalNetWeight": 3225116`&#x20;

`}`
