Get a deployed contract by its deployment ID.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/deployed-contracts/{deploymentId} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "deployedContract": { "id": "<string>", "contractAddress": "<string>", "network": "<string>", "contractTemplateId": "<string>", "deployerAddressId": "<string>" } }
API key for authentication
SDK version header
Deployment ID
Get deployed contract by deployment ID
Show child attributes
Was this page helpful?