Search Contracts and Functions
GET
/search
Contract Interactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/search?q'
Response Response Example
200 - Example 1
{
"data": [
{
"ai_summary": {
"anomalies": "string",
"generated_at": "string",
"overview": "string",
"patterns": "string"
},
"custom_report": {
"data": null,
"description": "string",
"generated_at": "string",
"insights": [
"string"
],
"title": "string",
"visualizations": {}
},
"highlights": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"pagination": {
"has_more": true,
"limit": 0,
"offset": 0,
"total": 0
},
"results": [
{
"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
Query Params
q
stringÂ
required
limit
integerÂ
optional
Default:
20
offset
integerÂ
optional
Default:
0
Responses
Modified at 2025-04-30 01:06:55