Import Contract ABI
POST
/contracts/{contractAddress}/abi
Contract Interactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/contracts//abi?network' \
--header 'Content-Type: application/json' \
--data-raw '{
"abi": "string"
}'
Response Response Example
200 - Example 1
{
"abi_json": "string",
"contract_address": "string",
"contract_name": "string",
"contract_type": "string",
"created_at": "string",
"deployer_wallet_id": "string",
"id": 0,
"is_verified": true,
"network": "string",
"updated_at": "string"
}
Request
Path Params
contractAddress
string
required
Query Params
network
string
required
Body Params application/json
Responses
Modified at 2025-04-30 01:06:55