---
title: "Get Deployed Contracts"
method: GET
path: "/api/v1/deployed-contracts"
tags: ["Deployed Contracts"]
---

# Get Deployed Contracts

`GET /api/v1/deployed-contracts`

Get list of deployed contracts with pagination

## Query parameters

- `contractAddress` string
- `network` 'tBTC' | 'tETH' | 'AVAX' | 'FUJI' | 'SANDBOX'
- `contractTemplateId` string
- `skip` integer
- `take` integer

## Headers

- `x-sdk-version` string

## Response `200`

Successfully retrieved deployed contracts

- DeployedContractsResponse — Deployed contracts response object
  - `deployedContracts` object
    - `contracts` DeployedContractData[]
      - `id` string
      - `contractAddress` string
      - `network` 'tBTC' | 'tETH' | 'AVAX' | 'FUJI' | 'SANDBOX'
      - `contractTemplateId` string
    - `total` integer
    - `skip` integer, nullable
    - `take` integer, nullable

## Other responses

- `400` — Invalid pagination parameters (Possible error codes: ERR_022)
- `401` — You need to sign in to continue (Possible error codes: ERR_008)
- `403` — You don't have permission to do that (Possible error codes: ERR_009)
- `500` — Internal Server Error

## Changes

- **2026-01-31** `13aade479509` — 3 breaking, 9 info
  - removed the enum value `BTC` from the `query` request parameter `network`
  - removed the enum value `ETH` from the `query` request parameter `network`
  - the response's body type changed from no type to `object` for status `200`
  - added the new enum value `AVAX` to the `query` request parameter `network`
  - …8 more

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/deployed-contracts/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/13aade479509/schema)
