Call contract (read-only)

Executes a read-only smart contract call. Provide either a raw ABI payload or a method signature with typed arguments.

Path Params
string
required
Body Params

HederaCallContractRequest runs a read-only contract call. Exactly one of
payload (raw ABI calldata as 0x-prefixed hex) or method (signature + typed
args, packed server-side) must be set.

string
string

Optional caller address. Hedera 0.0.X form or 20-byte 0x EVM hex.

string

Contract to call. Hedera 0.0.X form or 20-byte 0x EVM hex.

string

Raw ABI-encoded calldata, 0x-prefixed hex string.

method
object
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json


  © 2018-2023 Taurus SA. All rights reserved.