Call Contract Function (Read)
POST
/contracts/functions/{functionID}/call
Contract Interactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/contracts/functions//call'
Response Response Example
200 - Example 1
{
"contract_address": "string",
"function": "string",
"status": "string",
"success": true,
"transaction_hash": "string"
}
Request
Path Params
functionID
string
required
Responses
Modified at 2025-04-30 01:06:55