---
title: "Get deployed contract by address and networkId"
method: GET
path: "/api/v1/deployed-contracts/{contractAddress}/{networkId}"
tags: ["deployed-contracts"]
---

# Get deployed contract by address and networkId

`GET /api/v1/deployed-contracts/{contractAddress}/{networkId}`

Get a deployed contract by contract address and networkId.

## Path parameters

- `contractAddress` string, required
- `networkId` string, required

## Headers

- `x-sdk-version` string, required

## Response `200`

Deployed contract by address and networkId

- GetDeployedContractByAddressResponseDto
  - `deployedContract` DeployedContractByAddressDto
    - `id` string
    - `contractAddress` string
    - `network` string
    - `contractTemplateId` string
    - `vauldAccountId` string

## Other responses

- `401` — Unauthorized – invalid or missing token. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-008 | You need to sign in to continue. | | ERR-011 | Your session is invalid or expired. Please sign in again. |
- `403` — Forbidden – insufficient permissions. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-009 | You don't have permission to do that. | | ERR-410 | Error occurred |
- `404` — Resource not found. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-066 | Contract not found. | | ERR-146 | Contract deployment is still in progress. | | ERR-156 | Organization not found for this tenant. |
- `500` — Internal server error. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-019 | Something went wrong on our side. | | ERR-999 | An unexpected error occurred. Please try again. |

## Changes

- **2026-04-21** `bdac7e47d1c2` — 28 warning
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - …24 more

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/deployed-contracts/:contractAddress/:networkId/get.md)

---

[API](https://skmtc.dev/oumla/apis/oumla-core-server.md) · [All operations](https://skmtc.dev/oumla/apis/oumla-core-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oumla/oumla-core-server/revisions/2154835230b5/schema)
