Add ABI for a deployed contract
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/deployed-contracts/add-abi \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "network": "<string>", "contractAddress": "<string>", "name": "<string>", "abi": [ {} ] }'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Blockchain network
Contract address
Contract name
Contract ABI
Contract ABI added successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?