Get Transferable Inscriptions

get

Get the transferable inscriptions list of BRC20 by address.

Authorizations
Path parameters
addressstringRequired

Address

tickerstringRequired

Token ticker

Query parameters
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200
Successful operation
application/json
get
GET /v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
  "code": 0,
  "msg": "OK",
  "data": {
    "detail": {
      "inscriptionNumber": 1,
      "inscriptionId": "text",
      "satoshi": 1,
      "confirmations": 1,
      "data": {
        "op": "text",
        "tick": "text",
        "lim": "text",
        "amt": "text",
        "decimal": "text"
      }
    },
    "start": 1,
    "total": 1
  }
}

Last updated