Get Collection Info
Return the details of the specified collection
get
/v1/collection-indexer/collection/{collectionId}/info
Authorizations
Path parameters
collectionIdstringRequired
Query parameters
heightnumberOptional
Responses
200
Default Response
application/json
get
/v1/collection-indexer/collection/{collectionId}/infoGET /v1/collection-indexer/collection/{collectionId}/info HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Default Response
{
  "code": 1,
  "msg": "text",
  "data": {
    "height": 1,
    "holders": 1,
    "totalItems": 1
  }
}
Last updated