---
title: "Gets the user pool information for the specified pair."
method: GET
path: "/v1/brc20-swap/my_pool"
tags: ["BRC20-Swap"]
---

# Gets the user pool information for the specified pair.

`GET /v1/brc20-swap/my_pool`

## Query parameters

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

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required
    - `lp` string
    - `shareOfPool` string
    - `tick0` string
    - `tick1` string
    - `amount0` string, required — Amount of tick0
    - `amount1` string, required — Amount of tick1

---

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