Add or update 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>' \ --header 'x-sdk-version: <x-sdk-version>' \ --data ' { "contractAddress": "<string>", "networkId": "<string>", "name": "<string>", "abi": [ "<array>" ] } '
{ "result": { "contractAddress": "<string>", "network": "<string>", "name": "<string>", "abi": {}, "status": "<string>", "source": "<string>", "message": "<string>", "tenantId": "<string>", "userId": "<string>" } }
API key for authentication
SDK version header
Contract ABI added
Show child attributes
Was this page helpful?