List Interactions by Contract Address
GET
/contracts/{contractAddress}/interactions
Contract Interactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/contracts//interactions'
Response Response Example
200 - Example 1
{
"data": [
{
"block_number": 0,
"contract_address": "string",
"contract_type": "string",
"error_message": "string",
"function_name": "string",
"function_signature": "string",
"gas_used": 0,
"id": "string",
"network": "string",
"organization_id": "string",
"parameters": "string",
"result": "string",
"status": "string",
"timestamp": "string",
"transaction_hash": "string",
"user_id": "string",
"wallet_address": "string"
}
],
"limit": 10,
"offset": 0,
"total_count": 42
}
Request
Path Params
contractAddress
string
required
Query Params
limit
integer
optional
Default:
20
offset
integer
optional
Default:
0
Responses
Modified at 2025-04-30 01:06:55