📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/getaccountnet

dropdown

Method REST /wallet/getaccountnet example for Tron (TRX)

POST /wallet/getaccountnet

Method not allowed

Query bandwidth information.

Parameters

address - string

Address:default hexString

visible - boolean

Optional,whether the address is in base58 format

Request

curl --location --request POST 'https://trx.getblock.io/wallet/getaccountnet' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}