Call a Smart Contract Function
Call a smart contract function and get the output
POST
Circular_CallContract_
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
Blockchain
string
Blockchain address excluding the "0x" hexadecimal identifier
From
string
User's wallet address excluding the "0x" hexadecimal identifier
Timestamp
string
Timestamp written in "YYYY:MM:DD-HH:mm:ss" format
Request
string
Requested function in Hex format (include the parenthesis and the semicolumn e.g. CRC_Contract.__GetContractName();).
Result
Remember to convert the response from Hex to String if you want to get the result in plain text.
Last updated