Get Collection Info

Return the details of the specified collection

get
Authorizations
Path parameters
collectionIdstringrequired
Query parameters
heightnumberoptional
Responses
curl -L \
  --url 'https://open-api-fractal.unisat.io/v1/collection-indexer/collection/{collectionId}/info' \
  --header 'Authorization: Bearer JWT'
{
  "code": 1,
  "msg": "text",
  "data": {
    "height": 1,
    "holders": 1,
    "totalItems": 1
  }
}
Example

Last updated