List Contract Functions
GET
/contracts/{contractAddress}/functions
Contract Interactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/contracts//functions?network'
Response Response Example
200 - Example 1
[
{
"access_type": "string",
"contract_abi_id": 0,
"created_at": "string",
"function_name": "string",
"function_signature": "string",
"id": 0,
"parameter_json": "string",
"return_json": "string",
"state_mutability": "string"
}
]
Request
Path Params
contractAddress
string
required
Query Params
network
string
required
function_name
string
optional
exact_match
boolean
optional
Responses
Modified at 2025-04-30 01:06:55