⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/getaccount

dropdown

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

POST /wallet/getaccount

Method not allowed

查询有关帐户的查询信息,包括TRX余额,TRC-10余额,利益信息以及投票信息和权限等。

Parameters

address -

细绳

地址应转换为十六进制字符串

visible -

细绳

可选,地址是否为base58格式

Request

curl --location --request POST 'https://trx.getblock.io/wallet/getaccount' 
--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"
}