---
title: "Get chain history of rollup inscription."
method: GET
path: "/v1/brc20-swap/rollup_history"
tags: ["BRC20-Swap"]
---

# Get chain history of rollup inscription.

`GET /v1/brc20-swap/rollup_history`

## Query parameters

- `start` number, required
- `limit` number, required

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required
    - `total` number
    - `list` object[]
      - `txid` string
      - `height` number
      - `transactionNum` number — Number of transactions in the inscription
      - `inscriptionId` string — Rollup inscription id
      - `inscriptionNumber` number — Rollup inscription number
      - `ts` number

---

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