Get deployed contract details by ID
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/deployed-contracts/{deploymentId} \ --header 'x-api-key: <api-key>'
200
Example
{ "deployedContract": { "id": "123e4567-e89b-12d3-a456-426614174000", "contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "network": "ETH", "contractTemplateId": "123e4567-e89b-12d3-a456-426614174000", "deployerAddressId": "123e4567-e89b-12d3-a456-426614174000" } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Deployment ID
Successfully retrieved deployed contract
Deployed contract by id response object
Show child attributes
Was this page helpful?