Last updated 5 months ago
/v1/collection-indexer/address/{address}/collection/{collectionId}/summary
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/collection-indexer/address/{address}/collection/{collectionId}/summary' \ --header 'Authorization: Bearer JWT'
{ "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" } }