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

Method: POST /wallet/getaccountnet

dropdown

方法 REST /wallet/getaccountnet 例如 Tron (TRX)

POST /wallet/getaccountnet

Method not allowed

查询带宽信息。

Parameters

address -

细绳

地址:默认六角形

visible -

布尔

可选,地址是否为base58格式

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"
}