post https://api.overledger.dev/api/smart-contracts/read
Submits a query for reading a smart contract function on a requested DLT
Responses
Submits a query for reading a smart contract function on a requested DLT
xxxxxxxxxx
curl --request POST \
--url https://api.overledger.dev/api/smart-contracts/read \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"location": {
"technology": "ethereum",
"network": "ethereum sepolia testnet"
},
"functionName": "readVeryLongFunctionNameReadVeryLongFunctionNameReadVeryLongFunctionName",
"smartContractId": "0x3a637d769ed8530b483eeae70923d73dbad916c6",
"outputParameters": [
{
"type": "address",
"value": "0x1789d90438333751fdcca0d03d8952168b99ef02"
}
]
}