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