Get Collection Summary By Address

Return the summary of a specific collection for the designated address.

get
Authorizations
Path parameters
addressstringRequired
collectionIdstringRequired
Query parameters
heightnumberOptional
Responses
200
Default Response
application/json
get
GET /v1/collection-indexer/address/{address}/collection/{collectionId}/summary HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "count": 1,
    "name": "text",
    "iconInscription": "text",
    "iconUrl": "text",
    "iconContentType": "text",
    "supply": "text",
    "collectionId": "text",
    "desc": "text",
    "twitter": "text",
    "discord": "text",
    "website": "text"
  }
}

Last updated