⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/clearabi

dropdown

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

POST /wallet/clearabi

Method not allowed

To clear the ABI info of a smart contract.

Parameters

owner_address - string

Owner address of the smart contract. If visible=true, use base58check format, otherwise use hex format.

contract_address - string

Smart contract address. If visible=true, use base58check format, otherwise use hex format.

visible - boolean

Optional. Defaults to false. Whether addresses are in base58check format.

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