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

Method: POST /wallet/clearabi

dropdown

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

POST /wallet/clearabi

Method not allowed

清除智能合约的ABI信息。

Parameters

owner_address -

细绳

智能合约的所有者地址。 如果可见= true,请使用base58检查格式,否则使用十六进制格式。

contract_address -

细绳

智能合约地址。 如果可见= true,请使用base58检查格式,否则使用十六进制格式。

visible -

布尔

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

Request

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