Get Rollup History

Get chain history of rollup inscription.

get
Authorizations
Query parameters
startnumberRequired
limitnumber · max: 100Required
Responses
200
Default Response
application/json
get
GET /v1/brc20-swap/rollup_history HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "total": 1,
    "list": [
      {
        "txid": "text",
        "height": 1,
        "transactionNum": 1,
        "inscriptionId": "text",
        "inscriptionNumber": 1,
        "ts": 1
      }
    ]
  }
}

Last updated