Get a deployed contract by contract address and networkId.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/deployed-contracts/{contractAddress}/{networkId} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "deployedContract": { "id": "<string>", "contractAddress": "<string>", "network": "<string>", "contractTemplateId": "<string>", "vauldAccountId": "<string>" } }
API key for authentication
SDK version header
Contract address
Network Id
Deployed contract by address and networkId
Show child attributes
Was this page helpful?