⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/getassetissuebyaccount

dropdown

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

POST /wallet/getassetissuebyaccount

Method not allowed

查询帐户发出的TRC10令牌信息。

Parameters

address -

细绳

地址是令牌发行人帐户地址

visible -

布尔

选修的。 默认为false。 地址是否为基本58检查格式。

Request

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