Get Collection List

Return the overall collection list information

get
Authorizations
Query parameters
startnumberRequired
limitnumberRequired
Responses
200
Default Response
application/json
get
GET /v1/collection-indexer/collection/list HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "total": 1,
    "list": [
      {
        "height": 1,
        "holders": 1,
        "totalItems": 1
      }
    ]
  }
}

Last updated