---
title: "/deploy_pool interface pre-load, get the signature content, gas and byte information."
method: GET
path: "/v1/brc20-swap/pre_deploy_pool"
tags: ["BRC20-Swap"]
---

# /deploy_pool interface pre-load, get the signature content, gas and byte information.

`GET /v1/brc20-swap/pre_deploy_pool`

## Query parameters

- `address` string, required
- `tick0` string, required
- `tick1` string, required
- `ts` number, required

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required
    - `signMsg` string — User signature information
    - `bytesL1` number — Number of bytes on L1 chain
    - `bytesL2` number — Number of bytes on L1 chain
    - `feeRate` string — Bitcoin network fee rate
    - `gasPrice` string — L2 cost per byte
    - `serviceFeeL1` string
    - `serviceFeeL2` string
    - `unitUsdPriceL1` string — L1 USD price per sats
    - `unitUsdPriceL2` string — L2 USD price per sats
    - `serviceTickBalance` string — The user's remainin L2 sats balance

---

[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)
