Get BRC-20 List

get

Get the tiker list of BRC20 token.

Authorizations
Query parameters
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200
Successful operation
application/json
get
GET /v1/indexer/brc20/list HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
  "code": 0,
  "msg": "OK",
  "data": {
    "detail": [
      "text"
    ],
    "start": 1,
    "total": 1
  }
}

Last updated