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

Method: POST /wallet/getcontract

dropdown

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

POST /wallet/getcontract

Method not allowed

Queries a contract's information from the blockchain, including the bytecode of the contract, ABI, configuration parameters, etc.

Parameters

value - string

Contract address, converted to a hex string.

visible - boolean

Optional, is address in visible format(base58check) or hex?

Request

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