---
title: "Deploy the pool operation."
method: POST
path: "/v1/brc20-swap/deploy_pool"
tags: ["BRC20-Swap"]
---

# Deploy the pool operation.

`POST /v1/brc20-swap/deploy_pool`

## Request body

- object
  - `address` string, required
  - `tick0` string, required
  - `tick1` string, required
  - `ts` number, required — Timestamp (seconds)
  - `sig` string, required — User signature

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required

---

[API](https://skmtc.net/unisat/apis/unisat-wallet-openapi.md) · [All operations](https://skmtc.net/unisat/apis/unisat-wallet-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unisat/unisat-wallet-openapi/revisions/68de350419c7/schema)
